Skip to content

Commit 1181c1c

Browse files
[js] Bump nodejs bindings to 4.1.1
1 parent 400322c commit 1181c1c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v4.1.1
2+
3+
* Add support for installing unpacked addons at runtime in Firefox webdriver (#10216)
4+
* Enables firefox debugger for devtools test
5+
* Sets correct browserName when set via SELENIUM_BROWSER fixes #10218
6+
* add support for Chrome v97
7+
* Adds new desktop cast command for Chromium #10190 (#10191)
8+
* ignore errors arising from trying to use file detector fixes #6343
9+
* Added RelativeBy class on the main api (#10148)
10+
* Code cleanup and minor improvements
11+
* Implements 'getDomAttribute' to get attribute value as defined by w3c spec and removes legacy command usages
12+
* Remove legacy JWP support and w3c<boolean> switch (#10095)
13+
* update map/filter clean up to common format (#10094)
14+
15+
116
## v4.1.0
217

318
* add support for handling Shadow DOM elements

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

0 commit comments

Comments
 (0)