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.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
For more information related to usage, privacy, faqs checkout. :-
https://github.com/gajananpp/puppeteer-ide-extension
查看最近评论和评分分布。
商店综合星级:4.6。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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!