I am using selenium with python and I am trying to bypass selenium protection. It’s important to note that I am using it with metamask extension, proxy and custom user agent.
Already tried using different options in selenium (‘—disable-blink’ and others), tried using seleniumbase.uc and undercover mode in seleniumwire. None of that worked.
Also I tried editing the chrome driver file with hexeditor to remove the console variables that have cdc in them, but then selenium can’t launch and it gives win32 api error.
The problem is that when I try to click the cloudflare checkbox manually it doesn’t work. And when I try to click it using xpath, it can’t find the element (already tried switching to iframe first — it doesn’t help).