Skip to content

CDP for BLS #3757

@breadacker

Description

@breadacker

for this website https://turkey.blsspainglobal.com/Global/account/login, I try to use CDP mode but it fails to work even though i tried cdp.click, cdp.type, cdp.press_keys, js_click, jquery_click

def login(sb, email, password): sb.cdp.press_keys("input[id*='UserId']", email) human_like_delay(sb) sb.cdp.press_keys("input[id*='Password']", password) human_like_delay(sb) sb.cdp.click("button#btnSubmit") human_like_delay(sb)

Metadata

Metadata

Assignees

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeself-resolvedYou closed/solved the issue on your own

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions