Multiple tab
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-12-17 11:44 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-12-17 05:50 PM
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.
