emre-gon / Selenium.WebDriver.UndetectedChromeDriver

GNU General Public License v3.0
63 stars 18 forks source link

Duplicate window when remote debugging #22

Open WaifuTrash opened 1 year ago

WaifuTrash commented 1 year ago

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