Playwright Chrome Recorder
Playwright extension for DevTools that allows you to export tests directly from the Recorder panel.
Develop, test and execute puppeteer scripts from browser's developer tools.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
For more information related to usage, privacy, faqs checkout. :-
https://github.com/gajananpp/puppeteer-ide-extension
Inspect the latest comments and rating distribution.
Store average score: 4.6. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Playwright extension for DevTools that allows you to export tests directly from the Recorder panel.
CodeceptJS Extension for Devtools that allows you to export tests directly from the Recorder panel.
Record browser interactions to auto generate Cypress, Playwright and Puppeteer test scripts.
Playwright as a chrome extension. You can record using Playwright Record directly on your browser. Just attach the tabs you want to…
Automate your work on any website.
GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
Works perfect!
Não funciona...
太棒了
showing promise so far!
Seems 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.
Great for figuring out what selectors you need to use when developing your script.
i cant figure out where the console.logs appear
Works for me on on most websites. Awesome auto completion feature
Would love it to work but unfortunately, it doesnt appear in Devtools for me
Absolutely invaluable, completely changed my workflow. Thank you!