@batope
there were some typos in the discussion from the referenced posts and “browser” were used instead of tabs. But you can share the three urls with us and we can crosscheck the approach with the browser output variable
Every tab needs to be treated as a browser. So, if the browser has three tabs open, with different links, like www.duckduckgo.com, www.google.com, www.bing.com, then each of these have different selectors and one can use the AttachBrowser activity to attach to each respective tab.
However, if three tabs are open with the same address, like, all of them have google front page open, there is no way to selectively distinguish them from each other. In cases like these, one might have to compromise and keep track of the tabs by shortcut Ctrl+1, Ctrl+2 and Ctrl+3.
Hi i have the same issue, however i have not understood the solution,
when i press a button inside the main tab, it opens a new tab , and then jumps back to the 2nd tab, i want to use the click activity in 2nd tab, but it does not work,
Please help me fix this issue.
If you are dealing with limited number of tabs, like say up to 10, you can use switch command, and attach each separately in the switch, and enter the words by using for each command. you can type into first tab and then use Ctrl Tab to go to next and attach window again and then type into.
I am exploring a solution for opening 20+ tabs and entering data in each tab quickly one after other through for each and common identifier for each tab though all urls are same.