How to scroll down to the exact item in appium 1.6.4 beta in iOS using Java

I want to scroll down to a specific item in my iPad application. I used "mobile: scroll", but now it does not work. Can anyone help with working code?

+6
source share
1 answer

You can use the scroll function to scroll down a specific size, and then check for an item. If the present item takes the necessary steps, scroll down and check again. Check out the scroll functionality link below.

http://www.software-testing-tutorials-automation.com/2015/11/appium-how-to-swipe-vertical-and.html

0
source

Source: https://habr.com/ru/post/1016336/


All Articles