Skip to content

having problem on using uc_special_open_if_cf with Driver() #2813

Answered by mdmintz
khuseynov-daymon asked this question in Q&A
Discussion options

You must be logged in to vote

That's an internal-only method. Use one of the actual UC Mode methods for opening a URL:

driver.get(url)  # If UC Mode and site detects bots, then uc_open_with_tab(url)
driver.uc_open(url)  # (Open in same tab with default reconnect_time)
driver.uc_open_with_tab(url)  # (New tab with default reconnect_time)
driver.uc_open_with_reconnect(url, reconnect_time=None)  # (New tab)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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