-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeself-resolvedYou closed/solved the issue on your ownYou closed/solved the issue on your own
Description
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
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP Modeself-resolvedYou closed/solved the issue on your ownYou closed/solved the issue on your own