Skip to content
Discussion options

You must be logged in to vote

That's using plain UC Mode, which was replaced by CDP Mode over a year ago.

sb.uc_open_with_reconnect(url, timeout) was replaced by sb.activate_cdp_mode(url).

sb.uc_gui_click_captcha() was replaced by sb.solve_captcha().

sb.wait_for_ready_state_complete() is WebDriver-only, which isn't stealthy.

Check out the CDP Mode folder for all the new examples and documentation.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@SemiRad
Comment options

@SemiRad
Comment options

@mdmintz
Comment options

@SemiRad
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants