Skip to content

UC mode was detected by Cloudflare after clicking with selenium #2185

Closed
@CatalinaCharlotte

Description

@CatalinaCharlotte

[Basic Information]
System: win10
Language: python 3.9
seleniumbase version: 4.20.1
chrome version: 118.0.5993.71

[Details]
When testing with the following code, https://nowsecure.nl/#relax passes the test most of the time. In situations where the test does not pass, the test can also be passed by manually clicking on the checkbox:

from seleniumbase import Driver
import time

driver = Driver(uc=True)
driver.get("https://nowsecure.nl/#relax")
time.sleep(6)
driver.quit()

But https://mjai.ekyu.moe/ still fails to pass the cloudflare test. Manually clicking the checkbox will give a failed result

from seleniumbase import Driver
import time

driver = Driver(uc=True)
driver.get("https://mjai.ekyu.moe/")
time.sleep(6)
driver.quit()

Metadata

Metadata

Assignees

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeinvalid usageYou may need to change what you're doing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions