IE11 Tab Handling with Blue Prism

suhasdhongade

New Member
I have an application where new tab is opened whenever I click on Hyperlink.
I want to make sure all other tabs should be closed before I click next link on my parent tab.

we have written code which closes the tab at the end of processing but I want better sure and proactively check any open tab before I proceed with the new link which eventually open in new tab

Can anyone suggest the approach? How can I get list of all open tabs?

e,g
Tab1 - Parent Tab
Tab2 - MyLinkTab
Tab3 - MyLinkTab
 
Top