Results 2 comments of mojmik

> Hi, do you have a runtime version that this does not work in? Sorry. I can observe the issue with Oracle Smartview excel addon which runs webview2 login window...

I had the same issue. Also with a router/switch. Had to use: ``` ShellStream _shellStream = client.CreateShellStream("input", 255, 50, 400, 600, 4096, terminalMode); _shellStream.WriteLine(command); var output = _shellStream.Expect(promptRegex); ``` instead...