Skip to content

Commit a4d317d

Browse files
committed
[JS] Update changelog [skip ci]
1 parent f3ab202 commit a4d317d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## v4.10.0
227

328
#### :nail_care: Polish
@@ -1307,3 +1332,12 @@ major version release (i.e. 1.0.0).
13071332
* Initial release for npm:
13081333

13091334
npm install selenium-webdriver
1335+
1336+
1337+
1338+
1339+
1340+
1341+
1342+
1343+

0 commit comments

Comments
 (0)