![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
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.
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.
All Replies (1)
Try to ask advice at the Stack Overflow forum site.