I want to close the firefox browser which is opened through backend C# process.
I want to close the firefox browser which is opened through backend C# process. All other browsers support window.close(); opened through C# process. But firefox does not support.
My code in C#
Process.Start("firefox", "http://www.google.com");
After opening the browser i am calling this js code.
window.close();
all other browsers working perfectly. but FF. if you can help me on this.
すべての返信 (1)
Try to ask advice at the Stack Overflow forum site.