Skip to content

Detailed Explanation and Usage of Website Connection Options and Parameters #2896

Closed
@PankajSavaliya

Description

@PankajSavaliya

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), )

  1. driver.uc_open(url)

  2. driver.uc_open_with_tab(url)

  3. driver.uc_open_with_reconnect(url, reconnect_time=None)

  4. driver.uc_open_with_disconnect(url, timeout=None)

  5. driver.reconnect(timeout)

  6. driver.disconnect()

  7. driver.connect()

Metadata

Metadata

Assignees

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModequestionSomeone is looking for answers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions