Skip to content

Possible to connect to existing session? #3764

Closed
@zodac

Description

@zodac

When using standard Selenium, it's possible to use the following code to define a URL for the browser session to run on:

driver = webdriver.Remote(
  command_executor=EXECUTOR_URL,
  options=options
)

This makes it possible for another process to hook into the Selenium browser. Is something similar possible with SeleniumBase?

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThe answer/solution already exists somewherequestionSomeone is looking for answers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions