puphpeteer
puphpeteer copied to clipboard
attach CDPSession to PHP process.
in nodejs
const cdp = await page.target().createCDPSession();
it makes to use dev tool in Node .
I'snt there way to do this with PHP ?
Is this a bug report? Or a question about how to convert you JS code to PHP?
In case of the question, it's just like this:
$cdp = $page->target()->createCDPSession();