8000 Selenium base UC detected on linux but not on windows · Issue #3850 · seleniumbase/SeleniumBase · GitHub
[go: up one dir, main page]

Skip to content
Selenium base UC detected on linux but not on windows #3850
Closed
@MoetezKhemissi

Description

@MoetezKhemissi
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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP Modecan't reproduceWe tried to see what you saw, but didn'tinvalid 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

      0