Open WaifuTrash opened 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}");
How to remove this duplicate window when connecting to remote debugging?