Question
2
Replies
148
Views
Posted: November 6, 2017
Last activity: November 27, 2017
Currently running processes
I have a web page that has series of links which are opened in a new window. I have an automation which clicks the link based on few rules. there is a web adapter for the main page. have set the hookchildprocess to true. The automation has opened few links. Is there a way to know how many windows were opened and access them individually?
Not directly. You would likely be able to collect the number of windows currently being using by using the GetClones() method on the page level.