-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
touch actions are not wokring in 1.5.3 release #12
Comments
Can you be more specific about "not working"? What happens? Output from the client? Output on the server? |
Will capture more logs tomorrow and provide, |
Yes, |
Message should be send like this, how to do that. can i replace execute_script with _execute_command with parameters Please help me i will create a patch. |
Hm, unfortunately, I think it's slightly more complicated than that, there's not an existing command for making the
Let me know if any of this is confusing or needs clarification. And, thanks for finding this bug! |
I have fixed for press, longPress, wait, swipe, relase, drag and drop, usage for swipe $appium->swipe(600,200,100,200,1000)->perform(); in TouchActions.pm |
Oh, great!
You should fork the repository and open a PR and name the branch after the changes you're making. Did you/would you also add the relevant tests for the code you're adding? Thanks so much! |
Please review the pull request and let me know. |
Now none of the touch actions are not working like, tap , press, moveTo
The text was updated successfully, but these errors were encountered: