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 303ed89 commit bb807e4Copy full SHA for bb807e4
.github/workflows/ui-tests.yml
@@ -91,6 +91,18 @@ jobs:
91
'{"LSHandlerURLScheme" = "http"; "LSHandlerRoleAll" = "com.google.chrome";}'
92
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add \
93
'{"LSHandlerURLScheme" = "https"; "LSHandlerRoleAll" = "com.google.chrome";}'
94
+ - name: Install duti
95
+ run: brew install duti
96
+ - name: Set Chrome as the Default Browser
97
+ run: |
98
+ duti -s com.google.chrome http
99
+ duti -s com.google.chrome https
100
+ - name: Verify Default Browser
101
102
+ echo "Default app for HTTP:"
103
+ duti -x http
104
+ echo "Default app for HTTPS:"
105
+ duti -x https
106
- name: Install dependencies
107
run: pip install selenium
108
- name: Install dependencies (Mac)
0 commit comments