selenium - How to do vertical scrolling in Android app using Python-Appium client -
i working on python , appium server. want automate app. there page called friend list consists large number of friends. want scroll friend list each , every contact. please how this.
you can try :
driver.execute_script("mobile: scrollto", {"element": <webdriver object element>.id})
more information problem here : https://discuss.appium.io/t/how-to-scroll-in-appium-using-python/1180/18
Comments
Post a Comment