We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c12e9 commit febd890Copy full SHA for febd890
.github/workflows/ui-tests.yml
@@ -85,6 +85,12 @@ jobs:
85
chromedriver --version
86
echo "Chrome Version:"
87
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version
88
+ - name: Set Chrome as the default browser
89
+ run: |
90
+ defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add \
91
+ '{"LSHandlerURLScheme" = "http"; "LSHandlerRoleAll" = "com.google.chrome";}'
92
93
+ '{"LSHandlerURLScheme" = "https"; "LSHandlerRoleAll" = "com.google.chrome";}'
94
- name: Install dependencies
95
run: pip install selenium
96
- name: Install dependencies (Mac)
0 commit comments