-
Notifications
You must be signed in to change notification settings - Fork 297
Swipe path #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Swipe path #453
Conversation
|
I have a test app and tests here |
|
Hélio, we are reviewing this PR. We have some initial discussion noting we want to look at gestures and thus paths as part of a whole language of "gestures". For those following along here, this was a recent comment I made that tries to outline some of my thinking in this area.
|
|
I had a quick look at the implementation and tried to fix it. This solution draws something:
Maybe it helps to get it working with Appium 2 :) |
Implements
Draws a path defined by a list of points, with a delay by default of 100ms between each segment.
User presses at starting point and releases at end point.
This keyword was working in Appium 1, but now, after adaptation to Appium 2, it does not draw.