The screen does not close with Stop Method of WebAdapter.
WebAdapter was converted to use Edge (IE mode) by executing EdgeIEModeConverter.exe.
In the converted WebAdapter, the screen did not close even if StopMethod was executed.
In "Start and Stop Browser Stop Method", the screen could not be closed even if StopTrackedDocuments or StopMatchedDocuments was set.
I was able to close the screen with StopBrowser, but I can't use it because other WebAdapters are also closed.
UWA created as a Universal WebAdapter instead of the converted WebAdapter, I was able to close the screen with StopMethod even if I set StopTrackedDocuments.
Is it possible to solve the phenomenon that the screen cannot be closed by StopMethod?
Also, is there a process to close all open screens other than Stop Method?