-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Work around msedgedriver 115+ bug (#60)
Specify the explicit path to microsoft-edge if found, to work around MicrosoftEdge/EdgeWebDriver#102 (comment) This also incorporates shaka-project/webdriver-installer#35 to revert a previous workaround at that level.
- Loading branch information
1 parent
96caa28
commit 56a6688
Showing
3 changed files
with
51 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,9 @@ | |
"author": "Joey Parrish <[email protected]>", | ||
"dependencies": { | ||
"lodash": "^4.17.21", | ||
"node-which": "^1.0.0", | ||
"wd": "^1.14.0", | ||
"webdriver-installer": "^1.1.8" | ||
"webdriver-installer": "^1.1.9" | ||
}, | ||
"peerDependencies": { | ||
"karma": "^6.2.0" | ||
|