ChainSafe / dappeteer

[DEPRECATED]🏌🏼‍E2E testing for dApps using Puppeteer + MetaMask
Other
491 stars 152 forks source link

how to start playwright debug option #214

Closed gpBlockchain closed 1 year ago

gpBlockchain commented 1 year ago

Describe the problem when I use dappeteer with playwright

browser = await dappeteer.launch( {
            automation: "playwright",
            browser: "chrome",
            // browser: "chrome",

            metaMaskVersion: RECOMMENDED_METAMASK_VERSION,
            playwrightOptions:{
                // args: [`--debug=true`],
            }
        });

how do I do could debug the web?

BeroBurny commented 1 year ago

There is already an open issue with a bug for it https://github.com/ChainSafe/dappeteer/issues/213