Skip to content

Manually disconnecting and reconnecting chromedriver #2245

Answered by mdmintz
LimitedTime19 asked this question in Q&A
Discussion options

You must be logged in to vote

These are the methods you need for specialized UC Mode usage:

driver.uc_open(url)
driver.uc_open_with_tab(url)
driver.uc_open_with_reconnect(url, reconnect_time=None)
driver.uc_click(selector)

All the details can be found in this video: https://www.youtube.com/watch?v=5dMFI3e85ig

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