Skip to content

Commit c42c7a4

Browse files
[js] Bumping to RC 2
1 parent 2ddef73 commit c42c7a4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v4.0.0-rc-2
2+
3+
* Fix builder test
4+
* Allow builder to set a single arbitrary capability (#9857)
5+
* Restore withCapabilities() to ensure backward compatibility
6+
* Add new websocketUrl capability
7+
* update ruby, python and JS to add support for v94 and remove support for v92
8+
* Add a check for Grid CDP endpoint
9+
* Implement network request interceptions
10+
* Update connections to devtools so it works in Firefox and Chrome
11+
112
## v4.0.0-rc-1
213

314
* Deprecates withCapabilities method and removes tests (#9701)

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.0.0-rc-1",
3+
"version": "4.0.0-rc-2",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)