Skip to content

Commit dbcc022

Browse files
committed
[JS] Update changelog
1 parent fa85eff commit dbcc022

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,20 @@
1919

2020
* Set min node support to 14.x.x (issue 1 in #10970)
2121
* fix: geckodriver session with node 18.x.x (issue 2 in #10970)
22+
* fix: JS firefox driver crashes on setting a profile (fixed with [commit](https://github.com/SeleniumHQ/selenium/commit/fa6deeea6bda1e73317157845772e114bd569b7d))
2223

2324
#### :nail_care: Polish
2425

26+
* Stop sending desiredCapabilities to local end and remote end
2527
* tests: Quit driver instance after each test
2628
* tests: Adds select by multiple(index,value, text) tests
2729
* chore/code style changes, add util (#10975)
2830
* chore/code style changes to common format (#10964)
2931
* destructuring exports
3032
* Moving from static to const to make js-dossier happy
3133
* Removing circular dependency Between webdriver.js and http.js
34+
* fix some typos in code and documentation
35+
* add cdp v105 remove v102
3236

3337
## v4.4.0
3438
* Add support CDP 104 and remove CDP 101

0 commit comments

Comments
 (0)