File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v4.11.0
2
+
3
+ #### :nail_care : Polish
4
+
5
+ * [ BiDi] fix addPreloadScript failing tests (#12182 )
6
+ * [ bazel] Run buildifier in the format script
7
+ * Print debug message once for each browser when selenium manager used
8
+ * Add forgotten RelativeBy in check options (#12289 )
9
+ * SM supports all browsers in Selenium since a while ago
10
+ * Using SM to check drivers on the PATH
11
+ * Display info about SM activity
12
+ * Removing logic to find drivers, delegating to SM
13
+ * Removing service parameter from getPath
14
+ * add support for Chrome 115 and remove support for Chrome 112
15
+
16
+ #### :rocket : New Feature
17
+
18
+ * [ BiDi] add Network module events (#12197 )
19
+ * Adding ignore process match for IE Mode across bindings (#12279 )
20
+ * Add browser output from Selenium Manager to options (#12411 )
21
+
22
+ #### :bug : Bug Fix
23
+
24
+ * fix SeleniumServer.start() crashes on MacOS with nodejs selenium-webdriver (#12158 )
25
+
1
26
## v4.10.0
2
27
3
28
#### :nail_care : Polish
@@ -1307,3 +1332,12 @@ major version release (i.e. 1.0.0).
1307
1332
* Initial release for npm:
1308
1333
1309
1334
npm install selenium-webdriver
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+
1341
+
1342
+
1343
+
You can’t perform that action at this time.
0 commit comments