You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/node/selenium-webdriver/CHANGES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,20 @@
19
19
20
20
* Set min node support to 14.x.x (issue 1 in #10970)
21
21
* 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))
22
23
23
24
#### :nail_care: Polish
24
25
26
+
* Stop sending desiredCapabilities to local end and remote end
25
27
* tests: Quit driver instance after each test
26
28
* tests: Adds select by multiple(index,value, text) tests
27
29
* chore/code style changes, add util (#10975)
28
30
* chore/code style changes to common format (#10964)
29
31
* destructuring exports
30
32
* Moving from static to const to make js-dossier happy
31
33
* Removing circular dependency Between webdriver.js and http.js
0 commit comments