Skip to content

Commit

Permalink
Look for safaridrver on PATH by default
Browse files Browse the repository at this point in the history
Closes #384
  • Loading branch information
lread committed May 13, 2022
1 parent d87d0a4 commit 31ebafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* https://github.com/clj-commons/etaoin/issues/383[#383]: Drop testing for Safari on Windows
* https://github.com/clj-commons/etaoin/issues/388[#388]: Drop testing for PhantomJS
* https://github.com/clj-commons/etaoin/issues/384[#384]: Look for safaridriver on PATH by default
* Docs
** https://github.com/clj-commons/etaoin/issues/393[#393]: Add changelog
** https://github.com/clj-commons/etaoin/issues/396[#396]: Move from Markdown to AsciiDoc
Expand Down
2 changes: 1 addition & 1 deletion test/etaoin/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(def default-opts
{:chrome {:args ["--no-sandbox"]}
:firefox {}
:safari {:path-driver "/Applications/Safari Technology Preview.app/Contents/MacOS/safaridriver"}
:safari {}
:edge {:args ["--headless"]}})

(def drivers
Expand Down

0 comments on commit 31ebafe

Please sign in to comment.