Closed
Description
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.