-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UC Mode detected by fnac.com #1760
Comments
For starters, that website through a captcha even when not using Selenium, and also blocked for not using Selenium:
Based on this, it has nothing to do with UC Mode, but other factors if blocked when using a regular browser. Already discussed here: ultrafunkamsterdam/undetected-chromedriver#912 |
The situation I encountered was that when using a regular browser to visit and refresh the page, it would display normally. |
That website saves IP Addresses, so if it already detected you once, it'll detect you even if not using Selenium. |
But what i described happened with the same ip. |
Even with regular undetected-chromedriver, one cannot simply refresh the page. Detection could get triggered unless performing other actions, such as seen here: https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/bf7dcf8b5713020de7454844fb80036b8c456503/undetected_chromedriver/cdp.py#L90 |
Here is the normal chrome: 20230220_102019.mp4And here is sbase with uc: (In this case, i don not refresh) 20230220_102104.mp4And here is with a new ip, i dont refresh but try to open another page: 20230220_102533.mp4 |
If you need to refresh the page, open a new driver in UC Mode. That website looks like it knows how to detect Selenium from a page refresh. Maybe https://github.com/ultrafunkamsterdam/undetected-chromedriver has other ideas, but there is little more I can do to improve the anti-detection abilities at this point. |
All right, thanks a lot for your real-time reply. |
你好 可以加个好友一起研究吗 |
It seems to be detected by geetest with undetected_chromedriver. Example:
You can open the page for the first time. But when you refresh it, it will come to the captcha page, and even with manual solving, it will be detected and shows you have been blocked.
Env:
SeleniumBase 4.13.0
python 3.8.16
The text was updated successfully, but these errors were encountered: