You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially running code from playwright example just using electron app.
Additional context
Electron Project using Electron-Forge. Running test against package electron application on MacOs. Able to run in Legacy Mode. Saw a note saying to report issue so I am submitting this
The text was updated successfully, but these errors were encountered:
Product
playwright
Product Version
4.10.1
Latest Version
Issue Description
Expectation
Able to run
await new AxeBuilder({page}).analyze();
Actual
Error: browserContext.newPage: Protocol error (Target.createTarget): Not supported
Please check out https://github.com/dequelabs/axe-core-npm/blob/develop/packages/playwright/error-handling.md
How to Reproduce
Essentially running code from playwright example just using electron app.
Additional context
Electron Project using Electron-Forge. Running test against package electron application on MacOs. Able to run in Legacy Mode. Saw a note saying to report issue so I am submitting this
The text was updated successfully, but these errors were encountered: