ANUNAYA THAKUR

Results 369 comments of ANUNAYA THAKUR

Just change all the API of find_element to Appium.By

Check https://github.com/anunay1/SampleWADPython/tree/master

What is the error that you get?

Can you downgrade the Appium version to 4.3.1 and Selenium to 3.141.1 and check?

@VinayBerry I created a winform app with .net framework 4.8 and it works fine.

WAD supports auto scroll max till 40 elements. What is been shown in inspect for the vertical scroll bar.

can you try this: ele= driver.find_element_by_name('last element in your list') ele.send_keys(Keys.PAGE_DOWN) or else: ele= driver.find_element_by_name('last element in your list') ele.click() ele.send_keys(Keys.PAGE_DOWN)

@krevathi1912 is it a UWP application or WPF

Did you try the page down thing

Did you try hovering the mouse over the vertical scroll bar?