cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple tab

Vikas
Level 4
I'm working on Internet explorer. when i click a button it opens a new tab in the same window. I'm able to spy the new tab fields but when debugging in object it says no elemnts matched the supplied query.  So tried detaching and attaching the new tab with child index 1..when spying on WIN32,aa,region mode are working and also tried AA mode but got error in spying operation. How to work with multiple tabs and get this done ? Thanks in advance.
1 REPLY 1

Denis__Dennehy
Level 15
Are you using TabProcGrowth=0 setting?  Although Blue Prism recommend that setting it is not always the best for multi-tab applications.  It might be worth experimenting with turning that off and seeing if the new tab is a seperate process thread (that can be attached to in a seperate object). Another option might be to delve into IE settings, there use to be an option in there somewhere to force a new window instead of a new tab.