Skip to content

Commit bef96e6

Browse files
committed
[JS] Update changelog
1 parent 2618e8e commit bef96e6

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
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+

0 commit comments

Comments
 (0)