go-rod / rod

A Chrome DevTools Protocol driver for web automation and scraping.
https://go-rod.github.io
MIT License
5.01k stars 328 forks source link

Stealth not work after v0.106.0. #980

Open kvii opened 7 months ago

kvii commented 7 months ago

Rod Version: v0.114.5 Stealth Version: v0.4.9

Describe

You made a PR to fix #577(at https://github.com/go-rod/rod/commit/710158d20631ff15171e1d201e5118051591ff6a), which is an app mode issue. And you removed this line. Is it a mistake?

// hide the navigator.webdriver
"disable-blink-features": {"AutomationControlled"},

Currently I'm working on a web site using stealth. When I using v0.106.0, it works. But it was not work after this PR. When I passed this flag on launcher, it works.

So is it a mistake? Shell I and a new PR for it?

kvii commented 7 months ago

"disable-blink-features" mean. chat-gpt

image
juzi-proxy commented 2 months ago

https://bot.sannysoft.com/ Yes, I encountered the same issue. The WebDriver check did not pass.