Selenium.WebDriver.UndetectedChromeDriver icon indicating copy to clipboard operation
Selenium.WebDriver.UndetectedChromeDriver copied to clipboard

Duplicate window when remote debugging

Open WaifuTrash opened this issue 2 years ago • 0 comments

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}");

image

WaifuTrash avatar Feb 05 '23 05:02 WaifuTrash