webdriverio-boneyard / wdio-selenium-standalone-service

WebdriverIO v4 service to start & stop Selenium Standalone http://webdriver.io
MIT License
54 stars 28 forks source link

"Actions" dont work on Firefox with ver 0.0.10 #45

Closed pi4r0n closed 6 years ago

pi4r0n commented 6 years ago

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

christian-bromann commented 6 years ago

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 Gitter. Thanks!