Hacker News new | ask | show | jobs
by foxylion 1652 days ago
When I write a bot like this I generally prefer using browser automation (like puppeteer). This requires less reverse engineering and is often a lot simpler and faster to implement.
1 comments

Browser automation is nice for some projects, but when I used it I felt limited by the speed and inability to integrate captcha solving.

Have you used selenium IDE browser extension? If you do a lot of browser automation it’s a life saver.