Remix.run Logo
nicbou 3 days ago

Playwright is a great tool for this. There is a helper for writing automations. It's commonly used for automated testing but it's good for controlling a browser with Python scripts in general.

darkvertex 3 days ago | parent | next [-]

Playwright is great. Take a look at Stagehand, it's an AI layer built on top of Playwright: https://www.stagehand.dev (It can run locally.)

busymom0 3 days ago | parent | prev [-]

If one owns a Mac and knows swift or objective c, they can just use WKWebView with user scripts too.