←back to thread

18 points pcdoodle | 1 comments | | HN request time: 0s | source

Been spending a lot of time just buying and printing labels through an e-commerce platform and it got me wondering: is there anything to run on a local PC that could automate this?
Show context
nicbou ◴[] No.45417350[source]
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.
replies(2): >>45418483 #>>45418767 #
1. darkvertex ◴[] No.45418483[source]
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.)