← Back to extensions
Develop, test and execute puppeteer scripts from browser's developer tools.
Develop, test and execute puppeteer scripts from browser's developer tools.
User reviews
8 · from the Chrome Web Store- М
Микола Сливко
Feb 11, 2026Works perfect!
- A
Alexander Mills
Dec 29, 2024showing promise so far!
- A
Amir Sharif
Nov 23, 2024Seems legit. To answer comment, to get the console statements to appear, you have to run page.evaluate and console.log in there. For example: const value = await page.$eval(`[class*="TotalNumberStyled"]`, el => el.textContent); page.evaluate((value) => { console.log(value); }, value); Then it will appear in the DevTools console for that page.
- J
James Manlapid
Oct 23, 2024Great for figuring out what selectors you need to use when developing your script.
- G
ger kim
May 30, 2024i cant figure out where the console.logs appear
1 / 2