Closed
Description
TARGET_URL = (
"https://www.upwork.com/nx/search/jobs/"
)
with SB(
uc=True,
test=True,
locale_code="en",
undetectable=True,
headless=False,
proxy=PROXY
) as sb:
try:
sb.activate_cdp_mode(TARGET_URL)
sb.sleep(10)
sb.uc_gui_click_captcha()
On windows : goes through fine ( Cloudflare dosen't even detect and goes through)
On linux (Ubuntu 22 ) :
1/ Is detected and thus needs clicking on cloudflare captcha
2/ clicking captcha not working ( stays on cloudflare page )