Sachin Daniel Varkey
Results
2
comments of
Sachin Daniel Varkey
> My solution to this problem was to first create a desktop session. In that desktop session I searched for all open Windows with the class name "Window". After that...
> @yanan58 Replace "Window" in deskTopSession.findElementsByClassName("Window"); with your application class name.. You can get this using Inspect exe and checking out the root of your application. var openWindows = Session.FindElementsByClassName("my...