File tree Expand file tree Collapse file tree
javascript/node/selenium-webdriver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments