Skip to content

Chrome crashes when using uc_open_with_reconnect() in Jupyter Lab after right-clicking to Inspect #3836

@panwize3

Description

@panwize3

I encountered an issue while using SeleniumBase with uc_open_with_reconnect() in Jupyter Lab. When I right-click on the browser and select “Inspect”, Google Chrome quits unexpectedly (crashes).

Here's the code I used:

from seleniumbase import Driver

driver = Driver(
    browser="chrome",
    uc=True,
    headless2=False,
    do_not_track=True,
    ad_block=True,
    pls="none"
)
url = "https://www.google.com"
driver.uc_open_with_reconnect(url)

Environment details: macOS: 15.5, Chrome: Latest version, SeleniumBase: Latest version

Metadata

Metadata

Assignees

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeexternalOutside SeleniumBase's scope. / Ask somewhere else.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions