Skip to content

Commit

Permalink
[js] Bumping to RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 30, 2021
1 parent 2ddef73 commit c42c7a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v4.0.0-rc-2

* Fix builder test
* Allow builder to set a single arbitrary capability (#9857)
* Restore withCapabilities() to ensure backward compatibility
* Add new websocketUrl capability
* update ruby, python and JS to add support for v94 and remove support for v92
* Add a check for Grid CDP endpoint
* Implement network request interceptions
* Update connections to devtools so it works in Firefox and Chrome

## v4.0.0-rc-1

* Deprecates withCapabilities method and removes tests (#9701)
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-rc-1",
"version": "4.0.0-rc-2",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit c42c7a4

Please sign in to comment.