Skip to content

Commit

Permalink
NEW: update selenium to >=4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yashaka committed Nov 20, 2023
1 parent 4a5c9e9 commit 02538a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

* fix `command.js.type` working when when value is `null`
* fix `element.perform(command)` incorrect typing issues
* update selenium to 4.15.0
* update selenium dependency to >=4.10.0, i.e. will install 4.15.0 as of 2023.11.20

## 1.4.5 (released on 2023.06.29)

Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/fs-extra": "9.0.13",
"@types/selenium-webdriver": "^4.1.20",
"fs-extra": "10.1.0",
"selenium-webdriver": "^4.15.0",
"selenium-webdriver": ">=4.10.0",
"typescript": "4.6.4"
},
"devDependencies": {
Expand Down

0 comments on commit 02538a1

Please sign in to comment.