-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
questionSomeone is looking for answersSomeone is looking for answers
Description
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
Labels
questionSomeone is looking for answersSomeone is looking for answers