You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can open the page(fnac.com with Datadome) for the first time. But when i refresh it, it will come to the captcha page. And then no matter whether manual or automated verification, it will be detected and shows i have been blocked.
As video examples seen in seleniumbase/SeleniumBase#1760 (comment)
Here is an example with seleniumbase(with uc), it also happens to original undetected-chromedriver:
from seleniumbase import SB
with SB(undetectable=True, uc_cdp_events=True) as sb:
sb.open("https://www.fnac.com/mp46660382")
input('Press Enter to continue...')
The text was updated successfully, but these errors were encountered:
I can open the page(fnac.com with Datadome) for the first time. But when i refresh it, it will come to the captcha page. And then no matter whether manual or automated verification, it will be detected and shows i have been blocked.
As video examples seen in seleniumbase/SeleniumBase#1760 (comment)
Here is an example with seleniumbase(with uc), it also happens to original undetected-chromedriver:
The text was updated successfully, but these errors were encountered: