SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

Use SeleniumBase with already opened Chrome by remote debugging address

Open vannguyen799 opened this issue 10 months ago • 0 comments

any solution to connect SeleniumBase with already opened Chrome by remote debugging address

Example in selenium:

chrome_service = ChromeService(driver_path)
chrome_options = Options()

chrome_options.debugger_address = f'{remote_debugging_address}'
driver = webdriver.Chrome(service=chrome_service, options=chrome_options)

vannguyen799 avatar Dec 20 '24 07:12 vannguyen799