Skip to content

Commit

Permalink
[js] Prepare JS bindings for Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Apr 13, 2021
1 parent 68beca0 commit 6657964
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## v4.0.0-beta.3

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


## v4.0.0-beta.2

Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 6657964

Please sign in to comment.