Skip to content

Commit

Permalink
[js] Bump version to 4.0.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Sep 1, 2021
1 parent bc5511c commit a98b38f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v4.0.0-rc-1

* Deprecates withCapabilities method and removes tests (#9701)
* expose `withLocator` method at the top level
* Enables Mobile feature for Firefox (Still need to expand this to chromium based browsers)

* Add the ability to do Relative Locators with all By types. Fixes #9559
* Add default Opera capabilities. Fixes #9654
* Add support for ChromeDriver `--enable-chrome-logs` (#9575) [Author: Mark Stacey]

The `--enable-chrome-logs` ChromeDriver option can now be enabled using
the Chromium (or Chrome) ServiceBuilder, similarly to the other options
provided by ChromeDriver.

* Add the debuggerAddress option to chromium.js (#9561) [Author: Brandon Walderman]
* Adds http client options (#9638)[Author: Dharin Shah]
* Updating edge.js to extend chromium.driver (fixes #9626)


## v4.0.0-beta.4

* Add windowTypes option support for ChromiumDriver (#7897)
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.0.0-beta.4",
"version": "4.0.0-rc-1",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit a98b38f

Please sign in to comment.