-
-
Notifications
You must be signed in to change notification settings - Fork 26
Error: Invalid or unsupported WebDriver capabilities found ("pollTimeout") #202
Comments
@m4hdyar fyi |
@mo Are you passing somehow chromedriver options as capabilities? Can you send your config file ? |
I've tested it with https://github.com/amiya-pattnaik/webdriverIO-with-mochaBDD. Changed chromedriver service version to 8.1.0 and it seems working. |
|
Using https://github.com/amiya-pattnaik/webdriverIO-with-mochaBDD still cant reproduce your problem. I tested all of your conditions with 8.1.0 versions and the problem seems not happening. Can you test it yourself with the boilerplate project or give us a reproducable example ? PS: I used ESM as the boilerplate project is in ESM and not CommonJS Style |
I execute wdio Getting Start and see the same problem |
Still trying to investigate. |
Create a project from scratch and have the same problem P.S. solved use "wdio-chromedriver-service": "8.0.1" and all run correct |
|
Using "wdio-chromedriver-service": "^8.1.1", issue is resolved. |
I tried to upgrade from 8.0.1 to 8.1.0 today but after the upgrade my tests fail with the message:
[0-3] 2023-02-13T19:19:54.819Z ERROR @wdio/runner: Error: Invalid or unsupported WebDriver capabilities found ("pollTimeout"). Ensure to only use valid W3C WebDriver capabilities (see https://w3c.github.io/webdriver/#capabilities).If you run your tests on a remote vendor, like Sauce Labs or BrowserStack, make sure that you put them into vendor specific capabilities, e.g. "sauce:options" or "bstack:options". Please reach out to to your vendor support team if you have further questions.
Is this a regression from 2c738d3 ?
The text was updated successfully, but these errors were encountered: