We use node.js with puppeteer for some of our web crawling at work. It's pretty straightforward once you have a basic script to launch it. If you havent already I'd highly suggest installing vs code. You install node.js, then using npm (node package manager) install puppeteer and whatever other dependencies you might have. Someone out there probably has a basic js file out there that will open chrome, or just ask an LLM (I just use ChatGPT, they're all the same shit). From there you just need to navigate to your pages, then use a queryselector and .click() to click on your elements. It's all javascript from there.
Pro tip: write your queryselectors in your browser using the inspect element/console tab, then put it in your JS file. Nothing is worse than being 10 minutes into a crawl and you've got a queerselector.
Single core workloads Intel still had the lead. But multi core (or just multi tasking) Zen 1 was a beast. By zen 2 there was hardly a reason to get Intel even for gaming, and especially at normal setups (nobody is using a top of the line GPU at 1080p). Even when you’re “just” playing a game you still have stuff running in the background, and those extra cores helped a lot.
Plus newer games are much more multi threaded than when zen first came out so those chips aged better as well.