File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## v4.0.0-rc-1
2
13
3
14
* Deprecates withCapabilities method and removes tests (#9701 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-webdriver" ,
3
- "version" : " 4.0.0-rc-1 " ,
3
+ "version" : " 4.0.0-rc-2 " ,
4
4
"description" : " The official WebDriver JavaScript bindings from the Selenium project" ,
5
5
"license" : " Apache-2.0" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments