-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
multiTouchPerform is broken #711
Comments
These interfaces are considered deprecated. Please switch to W3C actions usage. Check https://www.youtube.com/watch?v=oAJ7jwMNFVU for more details. |
Ok... Thanks. There is a lack of documentation about this question, but I was able to find combination that is work example for webdriver.io
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I've encountered with such error:
Here code which produces the error:
I did research and found a mistake (as I understand). But I don't know how to fix it.
There is single action passed to parseTouch
But parseTouch function waits for array of actions
and it fails on this line:
The text was updated successfully, but these errors were encountered: