From 31ab9fbbd83616da10699e5ea4833777437be4bf Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 20 Dec 2023 11:11:14 +0100 Subject: [PATCH] more --- .github/workflows/mac-firefox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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