diff --git a/.github/workflows/mac-firefox.yml b/.github/workflows/mac-firefox.yml index 1c27f023b..de07c0165 100644 --- a/.github/workflows/mac-firefox.yml +++ b/.github/workflows/mac-firefox.yml @@ -22,6 +22,6 @@ jobs: geckodriver --version - name: Test run: | - geckodriver & + geckodriver --log trace & curl -H 'Content-Type: application/json' -d '{"capabilities": {"alwaysMatch": {"acceptInsecureCerts": true}}}' http://localhost:4444/session \ No newline at end of file