Closed
Description
Hi there,
Is there any way of opening Chrome in remote debugging mode using SeleniumBase?
In Chrome browser I use this command in the console and then I can connect through the port 9222.
start "Chrome" "C:\Program Files\Google\Chrome\Application\chrome.exe" -remote-debugging-port=9222 -user-data-dir=C:\chromeData
My aim is once the browser is open by SeleniumBase, I would like to give access to other modules or scripts.
Regards,