File tree Expand file tree Collapse file tree
javascript/node/selenium-webdriver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v4.5.0
2+
3+ #### :rocket : New Feature
4+
5+ * Adds 'Select' support package
6+ * selectByIndex
7+ * selectByValue
8+ * selectByVisibleText
9+ * getAllSelectedOptions
10+ * getFirstSelectedOption
11+ * deselectAll
12+ * deselectByVisibleText
13+ * deselectByIndex
14+ * deselectByValue
15+ * Add support for Actions API sendKeys to designated element
16+ * Adds mouse button enum for forward and backward navigation
17+
18+ #### :bug : Bug Fix
19+
20+ * Set min node support to 14.x.x (issue 1 in #10970 )
21+ * fix: geckodriver session with node 18.x.x (issue 2 in #10970 )
22+
23+ #### :nail_care : Polish
24+
25+ * tests: Quit driver instance after each test
26+ * tests: Adds select by multiple(index,value, text) tests
27+ * chore/code style changes, add util (#10975 )
28+ * chore/code style changes to common format (#10964 )
29+ * destructuring exports
30+ * Moving from static to const to make js-dossier happy
31+ * Removing circular dependency Between webdriver.js and http.js
32+
133## v4.4.0
234* Add support CDP 104 and remove CDP 101
335
@@ -1129,3 +1161,4 @@ major version release (i.e. 1.0.0).
11291161* Initial release for npm:
11301162
11311163 npm install selenium-webdriver
1164+
You can’t perform that action at this time.
0 commit comments