Skip to content

Commit a98b38f

Browse files
committed
[js] Bump version to 4.0.0-rc-1
1 parent bc5511c commit a98b38f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v4.0.0-rc-1
2+
3+
* Deprecates withCapabilities method and removes tests (#9701)
4+
* expose `withLocator` method at the top level
5+
* Enables Mobile feature for Firefox (Still need to expand this to chromium based browsers)
6+
7+
* Add the ability to do Relative Locators with all By types. Fixes #9559
8+
* Add default Opera capabilities. Fixes #9654
9+
* Add support for ChromeDriver `--enable-chrome-logs` (#9575) [Author: Mark Stacey]
10+
11+
The `--enable-chrome-logs` ChromeDriver option can now be enabled using
12+
the Chromium (or Chrome) ServiceBuilder, similarly to the other options
13+
provided by ChromeDriver.
14+
15+
* Add the debuggerAddress option to chromium.js (#9561) [Author: Brandon Walderman]
16+
* Adds http client options (#9638)[Author: Dharin Shah]
17+
* Updating edge.js to extend chromium.driver (fixes #9626)
18+
19+
120
## v4.0.0-beta.4
221

322
* Add windowTypes option support for ChromiumDriver (#7897)

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-beta.4",
3+
"version": "4.0.0-rc-1",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)