Skip to content

Commit

Permalink
Add more params for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 15, 2023
1 parent 474a32b commit a7ede97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
wget https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.16.0/selenium-server-4.16.1.jar -O selenium-server.jar
- name: Enable Safari Webdriver
run: safaridriver --enable
run: |
defaults write com.apple.Safari IncludeDevelopMenu YES
defaults write com.apple.Safari AllowRemoteAutomation 1
sudo safaridriver --enable
- name: Setup node
run: java -jar selenium-server-4.16.1.jar node -I "safari" &
Expand Down

0 comments on commit a7ede97

Please sign in to comment.