File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
## v4.0.0
2
19
3
20
* Fixes cdp for Chrome and Firefox (#9909 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-webdriver" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " The official WebDriver JavaScript bindings from the Selenium project" ,
5
5
"license" : " Apache-2.0" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments