Proxy Community
Which is harder to detect: Puppeteer vs Selenium detection in web automation? - Printable Version

+- Proxy Community (https://proxycommunity.com/forum)
+-- Forum: Technical Community Support (https://proxycommunity.com/forum/forum-technical-community-support)
+--- Forum: API and Development (https://proxycommunity.com/forum/forum-api-and-development)
+--- Thread: Which is harder to detect: Puppeteer vs Selenium detection in web automation? (/thread-which-is-harder-to-detect-puppeteer-vs-selenium-detection-in-web-automation)

Pages: 1 2 3


“” - ghostlyPioneer99 - 13-03-2025

From my experience, Puppeteer is way harder to detect than Selenium. Selenium’s been around forever, so sites have built-in detectors for it.

But here’s the thing: Puppeteer can still get flagged if you don’t tweak it. I’ve had success by disabling the `webdriver` flag and randomizing mouse movements.

If you’re looking for tools, Scrapy is another option, but it’s more for scraping than automation.