I tried ctrl tab in send hot key, but it seems to require a specific selector, however, I won’t know what tabs and how many tabs are available in a browser as this xaml file is a general utility to loop through all tabs in a browser.
Can someone help to provide a xaml file showing how this is done ?
Ctrl + Tab usually works. I understand that you don’t know what tabs are how many tabs are available in the browser but, do you know where you can start from like, is the first tab static? If so, we can use a click activity to click on the first tab and handle the selectors accordingly.