Jonathan Saewitz

Results 2 comments of Jonathan Saewitz

We have the same problem on v5.0.10 and v6.18.6. We fixed it with the suggestion in microsoft/playwright#7769 ``` firefox.launch({ firefoxUserPrefs: { "ui.primaryPointerCapabilities": 0x02 | 0x04, "ui.allPointerCapabilities": 0x02 | 0x04, },...

try updating `node-version` from 12 to 16 https://github.com/eidam/cf-workers-status-page/blob/ccec34ff5da20140640b13b289abfedf7b3b3c7a/.github/workflows/deploy.yml#L19, but not sure if that's your issue, you can click on "deploy" to find the specific issue