Skip to content

UC mode is being detected as BOT when using with Selenoid (Remote Driver) #2278

Closed
@iamumairayub

Description

@iamumairayub

We want to use UC mode with Selenoid (remote browser) but we are being detected as a BOT.

image

from seleniumbase import SB

with SB(uc=True, 
    servername='http://my-ip:4444/wd/hub', 
    cap_string='{"selenoid:options": {"enableVNC": true}}',
    proxy='http://proxy:port'
) as sb:

    sb.open("https://pixelscan.net/")

I opened up https://www.nowsecure.nl/ and that too doesnt pass the test.

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