Hey guys, I have noticed that actions aren't working when I use you package. Please note that when I run selenium-server-standalone-3.11.0 and point to to gecko driver the same action work perfectly fine.
This is not an issue of the wdio-selenium-standalone-service. You probably downloaded an outdated geckodriver version. You can change this in the configurations. If you have further questions join our . Thanks!
Hey guys, I have noticed that actions aren't working when I use you package. Please note that when I run selenium-server-standalone-3.11.0 and point to to gecko driver the same action work perfectly fine.
[ { "type": "pointer", "id": "finger1", "parameters": {"pointerType": "mouse"}, "actions": [ { "type": "pointerMove", "duration": 0, "x": location.x + xOffset, "y": location.y + yOffset }, ], }, ]
I have attached some logs for you guys selenium-standalone.txt