-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeinvalid usageYou may need to change what you're doingYou may need to change what you're doing
Description
We want to use UC mode with Selenoid (remote browser) but we are being detected as a BOT.
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
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeinvalid usageYou may need to change what you're doingYou may need to change what you're doing