Closed
Description
Can you please explain these options in detail and when they should be used? There are many options available to load a website, connect, and disconnect, but why are these options available? I would also like to understand reconnect_time, timeout, and each feature so I can use them precisely.
I'm using this SB with multi-threading as per your document with UC so please give me the proper document for that way.
driver = Driver(uc=True, agent=generate_random_mobile_user_agent(False), )
-
driver.uc_open(url)
-
driver.uc_open_with_tab(url)
-
driver.uc_open_with_reconnect(url, reconnect_time=None)
-
driver.uc_open_with_disconnect(url, timeout=None)
-
driver.reconnect(timeout)
-
driver.disconnect()
-
driver.connect()