Skip to content

Keeping browser tabs open even after tests #1814

Closed
@NexusDC72

Description

@NexusDC72

Hi, newbie to Seleniumbase framework and searched the web with no luck so I'd like to request how to use custom chrome options through the .add_experimental_option("') method similar to the affect of:
from selenium.webdriver import ChromeOptions, Chrome
opts = ChromeOptions()
opts.add_experimental_option("detach", True)
driver = Chrome(chrome_options=opts)

So that the web browser tab that opens through the Seleniumbase framework on python stays open.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionSomeone is looking for answers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions