-
Notifications
You must be signed in to change notification settings - Fork 293
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
Update swipe #125
Update swipe #125
Conversation
For using corresponding arguments' name
@minhnguyenphuonghoang btw, I have seen that android works the old way (first point to second point) while ios works like offset. |
Hi @serhatbolsu
For iOS, vertical swipe seems not to work, I tried to swipe horizontally
Log: |
I am working with Xcode 7.3 ios 9.3 and the new way of : x, y, x-offset, y-offset works for me. |
In order to summarise this issue: IOS works like:
ANDROID works like:
This looks like a fix for current situation in Appium 1.5.3, it should actually behave like it does in iOS. I believe it will be fixed in later versions of Appium, till then: @minhnguyenphuonghoang if you can please keep the code as it is but update the documentation, if you can not, I will close this pull request and make a new one |
Hi @serhatbolsu I just want to fix its arguments as mentioned above. In this keyword, we have 5 arguments: start_x, start_y, offset_x, offset_y, duration |
Lets first fix the obvious mistake. @minhnguyenphuonghoang obviously library need more test cases Thank you, |
For using corresponding arguments' name