Hacker News new | ask | show | jobs
by thenerdhead 1606 days ago
Playwright is a great tool. I was able to create a proof-of-concept stock screening tool using automation & screenshots of HTML elements to help me get swing trading ideas each morning/night when the market closed. It's a .NET Core console app using a CLI library called spectre.console based on rich(python) and playwright as the workhorse.

There's so much potential to use playwright in CI/CD with GitHub Actions cron jobs. Really enjoying it so far.