Closed
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.