Closed sabarishnarain closed 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
browser.buttonDown() is not a function
To Reproduce Steps to reproduce the behavior:
Expected behavior I assume this should work the same as when running in standalone mode.
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 if you have further questions.
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 modeTo Reproduce Steps to reproduce the behavior:
Expected behavior I assume this should work the same as when running in standalone mode.