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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -