nativescript-dev-appium
nativescript-dev-appium copied to clipboard
How to use scrollTO() method in iOS and Android devices
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
await driver.scroll(Direction.down, 500, 500, 500, 500);
you should try this one instead of scrollTo() method.