Selenium.WebDriver.UndetectedChromeDriver
Selenium.WebDriver.UndetectedChromeDriver copied to clipboard
Duplicate window when remote debugging
How to remove this duplicate window when connecting to remote debugging?
options.AddArgument($"--remote-debugging-host=localhost");
options.AddArgument($"--remote-debugging-port={port}");
options.AddArgument($"--devtools-ws-endpoint={wsEndpoint}");
