Hi guys.
I know there have been quite a few threads on scrolling to elements and performing other types of gestures in this Appium group.
A lot of those threads end up with a reference to the following pages:
However, these pages have been down for a while. Is there any up and running documentation that replaces these deprecated pages above?
Since it is hard to find/access concrete documentation for these gestures, it is not clear what is best practices for Android vs. iOS to ensure tests won't become flaky. The Appium Inspector of course helps a great deal with this in general because of its recording capabilities.
scrollTo does not work properly for Android because element don't exist until visible, but works fine on iOS. This is good stuff, but it would be great to have a clear documentation for this.
Am I missing out on something (documentation, info, etc.)?
At the moment, I'm working with Android and the Python implementation of the webdriver.
Thanks,
Vignir