Skip to content

Commit 5d4e79f

Browse files
[js] Bump Javascript Bindings to 4.1 with updated changelog
1 parent 5b5f3f4 commit 5d4e79f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v4.1.0
2+
3+
* add support for handling Shadow DOM elements
4+
* Capture browser console logs when using BiDi onLogEvent api
5+
* add CDP support for v96 and remove v93
6+
* remove useless package, change io public api import to more common approach (#10037)
7+
* Fix flaky CDP dom mutation (#10029)
8+
* Fix edge test failures (#10012)
9+
* code cleanup second iteration (#9979)
10+
* Ensure correct serialization of extensions in chromium.Options (#6676)
11+
* Remove explicit id passing for CDP commands
12+
* Attach to page target while creating a CDP connection (#10005)
13+
* Add support for form submit in W3C mode (fixes #9916) (#9936)
14+
* Fixes relative locator 'locateWith' export
15+
* update doc string for CDP Commands (#9929)
16+
17+
118
## v4.0.0
219

320
* Fixes cdp for Chrome and Firefox (#9909)

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

0 commit comments

Comments
 (0)