Puppeteer vs Selenium detection is such a hot topic rn. I’ve used both, and honestly, it’s all about how much effort you’re willing to put in.
Selenium can be stealthy if you use something like `undetected-chromedriver`. It’s a wrapper that helps reduce detection.
For Puppeteer, I’d recommend using `puppeteer-extra-plugin-stealth`. It’s a game-changer. Also, don’t forget to randomize your IPs with proxies.
Selenium can be stealthy if you use something like `undetected-chromedriver`. It’s a wrapper that helps reduce detection.
For Puppeteer, I’d recommend using `puppeteer-extra-plugin-stealth`. It’s a game-changer. Also, don’t forget to randomize your IPs with proxies.
