close
2 TopicsHow to close Specific tab on Edge Browser programmatically?
Hi All, We were previously using Internet Explorer and now planning to support Microsoft Edge. We have .NET 4.8 based desktop application that launches Internet explorer and closes it by process Id. But we are not able to achieve the same flow using Microsoft Edge. We understand that the architecture is different for Internet explorer and Edge. Edge uses a multi-processor architecture and killing the browser/tab instance doesn't work by killing the processId of the window/tab. We need to close a specific tab programmatically (c#). Kindly suggest an approach to close specific tab on Edge Browser programmatically. Thanks & Regards, Kavitha9.6KViews1like8Comments