Hacker News new | ask | show | jobs
by frankthedog 1174 days ago
Similar to this, does anyone know if a browser extension that I can paste in (or choose from some saved snippets) a series of playwright or puppeteer steps and have it execute? I could use the saved snippets in the sources tab of dev tools but miss the auto waiting and other niceties. This project seems a bit too slow and non-deterministic.
1 comments

I don't know about being able to paste in Playright steps, but a friend of mine has an extension built around extension based browser automation: https://browserflow.app/

You can record steps & have the extension replay them on your machine or in the cloud (presumably using puppeteer/playwright).