When clicking on a link in Chrome, an additional Chrome tab is opened with the same name and title.
I need to click in the second Chrome window, but I am unable to set the selector to reference the second Chrome tab. Because the name and titles are the same, the click takes place in tab 1 rather than tab 2.
Is there an option to use current tab as a selector or is there a different way to reference the second tab?
Thanks Amarasto. I haven’t been able to get UI Explorer to show me an idx attribute for either of the chrome tabs. Can you direct me on how to find this?
My issue is that I have to find an element in the 2nd chrome tab. I can switch back and forth using hot keys, but can’t attach to the 2nd tab to do the search. It keeps defaulting back to the 1st tab.