selenium-standalone
selenium-standalone copied to clipboard
A Node.js based package and CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)
fixes #616
As part of the [v8 effort](https://github.com/webdriverio/webdriverio/issues?q=is%3Aopen+is%3Aissue+milestone%3Av8) we are currently [migrating over to ESM](https://github.com/webdriverio/webdriverio/issues/8306) as many packages will stop support CJS in the future. This means we have to transition all...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 7.16.6 ### Node.js Version v16.13.0 ### Mode WDIO...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version 7.6.0 ### Node.js Version 13.8.0 ### Mode Standalone...
## Expected Behavior Browsers can be started on the first try ## Current Behavior Error thrown on start ``` /.../node_modules/p-cancelable/index.js:48 throw new Error('The `onCancel` handler was attached after the promise...
Updated my node version to 16 and selenium-standalone was successfully installed. When I run my tests, I see this issue: cb(new Error("Could not request headers from " + url +...
## Expected Behavior As per the comments in check-started.js function (Line 37) server should be allowed 1 minute to start but as per the logic it wait for just 15...
## Expected Behavior Change capabilities host and port to custom values as: ``` capabilities: [{ maxInstances: 5, browserName: 'chrome', acceptInsecureCerts: true, hostname: '127.0.0.1', port: 4449, 'goog:chromeOptions': { args: [ '--disable-gpu',...
We made the experience that switching to TypeScript had a good impact on the code quality and development velocity. We should also rewrite this project into TypeScript to leverage from...
Replace callback hell with async functions in `install-utils.js`