webdriverio / webdriverio

Next-gen browser and mobile automation test framework for Node.js
http://webdriver.io
MIT License
9.07k stars 2.51k forks source link

buttonDown & buttonUp not workinng with docker service #4271

Closed sabarishnarain closed 5 years ago

sabarishnarain commented 5 years ago

Config of WebdriverIO An example of how you configured WebdriverIO config

Describe the bug browser.buttonDown() is not a function when running tests in docker service. This works in standalone mode

To Reproduce Steps to reproduce the behavior:

Expected behavior I assume this should work the same as when running in standalone mode.

christian-bromann commented 5 years ago

This works in standalone mode

Whatever WebDriver endpoint you are accessing in the Docker container it seem to not speak old JSONWire but runs the latest WebDriver protocol where this command doesn't exist anymore.

Join our Gitter if you have further questions.