Skip to content

How to keep the UC mode chromium browser open after script finish? #3807

Closed
@Tarster

Description

@Tarster

I am trying to create an automation pipeline to fill some forms on websites but the browser closes as soon as it hit an error.

I am using uc mode of selenium base. My chrome version is 137.0.7151.69. In normal selenium I can use the command below:

chrome_options = Options() 
chrome_options.add_experimental_option("detach", True)

I want to find how can I do the same in the 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