Puppeteer vs Selenium detection is such a nuanced topic. I’ve used both, and honestly, it’s all about the details.
Selenium can be stealthy if you use `undetected-chromedriver` and tweak the browser settings. Puppeteer is easier to hide, but you still need to use plugins like `puppeteer-extra-plugin-stealth`.
One thing I’d recommend is testing your setup with tools like `BrowserStack` to see how detectable it is.
Selenium can be stealthy if you use `undetected-chromedriver` and tweak the browser settings. Puppeteer is easier to hide, but you still need to use plugins like `puppeteer-extra-plugin-stealth`.
One thing I’d recommend is testing your setup with tools like `BrowserStack` to see how detectable it is.
