Replies: 2 comments 6 replies
-
Hi @iMaupin, Isn't that enough for your needs? For example: await element(by.id('scrollView')).scroll(50, 'up');
await element(by.id('scrollView')).scroll(50, 'down'); |
Beta Was this translation helpful? Give feedback.
4 replies
-
@iMaupin, thanks for bringing this feature request to our attention, I've opened a new feature idea issue for that: #3512 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation seems to indicate that this is not available. Could the x and y values on this method be exposed like they are on other, incremental scroll methods?
Beta Was this translation helpful? Give feedback.
All reactions