UC detected by datadome #1229
Unanswered
JohnDoe15152
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@JohnDoe15152 Please use the latest version of UC and chromedriver version should be always upto-date |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I currently use UC to access this site: https://www.intermarche.com. This site is provided with datadome protection. And despite all my efforts, I can't access it with uc without triggering the datadome captcha. I don't use any particular option, just the basic code, without headless mode. I tried to use several options, but without success. Here is my current code:
options = uc.ChromeOptions()
driver = uc.Chrome(options=options, version_main=112)
url ="https://www.intermarche.com/"
driver.get(url)
How to bypass the datadome captcha please? Maybe @ultrafunkamsterdam please? UC is however supposed to bypass datadome, I don't understand. Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions