Questions tagged [webdriver-io]

WebdriverIO from webdriver.io is a JavaScript library for controlling browsers with Selenium server via the WebDriver API.

WebdriverIO is an independent implementation of the WebDriver Protocol which provides language bindings and APIs to automate browser or mobile devices. Its test runner allows you to write your tests in a synchronous way so you’re not constantly in the world of asynchronous coding. WebDriverIO integrates easily with a variety of cloud browser testing vendors (for example, Sauce Labs, BrowserStack and CrossBrowserTesting), so you can perform tests on a wide variety of OS/Device/Browser combinations, all from one test.

1276 questions
-3
votes
1 answer

WebdriverIO: How to fix error "unknown error: cannot get automation extension"?

Current setup: WebdriverIO Using wdio-selenium-standalone-service Note: The comments mentioning this as a duplicate are for when you're maintaining your own chromedriver and selenium installation, but if you use wdio-selenium-standalone-service…
1 2 3
85
86