File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
20
## v4.0.0-beta.4
2
21
3
22
* Add windowTypes option support for ChromiumDriver (#7897 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-webdriver" ,
3
- "version" : " 4.0.0-beta.4 " ,
3
+ "version" : " 4.0.0-rc-1 " ,
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