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)
WebDriver specification suggests to use the ```browserVersion``` parameter: https://w3c.github.io/webdriver/#capabilities ``` { "browserName": "firefox", "browserVersion": "1234" } ``` But I not see how _selenium-standalone_ can use this option. Is it possible...
## Expected Behavior Test scripts should run in Internet Explorer 11 (IE 11) browser. ## Current Behavior On triggering script execution in IE, the browser window is launched but no...
To make it easier for people to contribute, I'd like to add a GitPod setup. I'm proposing to configure the following: - [ ] prebuilds on each branch - [...
## Current Behavior The pipeline is failing. For example, in https://github.com/webdriverio/selenium-standalone/actions/runs/8308108577/job/22737981293#step:8:312: ``` /home/runner/work/selenium-standalone/selenium-standalone/.selenium/chromiumedgedriver/latest-linux/msedgedriver: 1: MICROSOFT: not found /home/runner/work/selenium-standalone/selenium-standalone/.selenium/chromiumedgedriver/latest-linux/msedgedriver: 2: MICROSOFT: not found /home/runner/work/selenium-standalone/selenium-standalone/.selenium/chromiumedgedriver/latest-linux/msedgedriver: 3: : not found /home/runner/work/selenium-standalone/selenium-standalone/.selenium/chromiumedgedriver/latest-linux/msedgedriver: 4: Syntax...
Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
The WebdriverIO team does no longer need this package due to its [recent improvements](https://webdriver.io/blog/2023/07/31/driver-management) when it comes to driver management. Since this package still has a substantial amount of usage...
## Expected Behavior I would expect the cmd to install the newest stable version ## Current Behavior It installs https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.9.0/selenium-server-4.9.0.jar ## Steps to Reproduce I did: - yarn add selenium-standalone...
Updated code format second iteration
Hello @christian-bromann What do you think regarding the feature https://www.selenium.dev/blog/2023/whats-new-in-selenium-manager-with-selenium-4.11.0/ ?
### Proposed Changes This PR builds on https://github.com/webdriverio/webdriverio/pull/12628: > I noticed that this project is using `npm-run-all` still and not the maintained fork `npm-run-all2`. Here's a PR that fixes that.