Skip to content

Use SeleniumBase with already opened Chrome by remote debugging address #3354

Closed
@vannguyen799

Description

@vannguyen799

any solution to connect SeleniumBase with already opened Chrome by remote debugging address

Example in selenium:

chrome_service = ChromeService(driver_path)
chrome_options = Options()

chrome_options.debugger_address = f'{remote_debugging_address}'
driver = webdriver.Chrome(service=chrome_service, options=chrome_options)

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