Skip to content

Commit 6657964

Browse files
[js] Prepare JS bindings for Beta 3
1 parent 68beca0 commit 6657964

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## v4.0.0-beta.3
22

3-
* Removed support for legacy actions.
3+
* Removed support for legacy actions.
44
This will also remove "Bride Mode" support, which was introduced to translate of action class to legacy API.
5+
* Remove devtools support for v86,v87 and adding support for v89, v90, v91
6+
* make isPromise() return boolean value for null and undefined cases (#6785)
7+
* code cleanup (#9158)
8+
* replacing asserts equal with strictEqual and deepEqual with deepStrictEqual
9+
510

611
## v4.0.0-beta.2
712

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

0 commit comments

Comments
 (0)