0

I am working on python and appium as server. i want to automate a app. There is a page called Friend List which consists large number of friends. I want to scroll the friend list to each and every contact. Please help someone how to do this.

1 Answer 1

1

You can try this :

driver.execute_script("mobile: scrollTo", {"element": <webdriver object element>.id})

More information about your problem here : https://discuss.appium.io/t/how-to-scroll-in-appium-using-python/1180/18

Sign up to request clarification or add additional context in comments.

1 Comment

I used it but didn't help me to find a solution. I have a screenshot of UI auomator. In that screenshot u can see list of friends and i want to go to each and every friend using swipe or scroll. Please help me how to do this.Please check above screenshot.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.