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

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -