How to loop through all tabs in a browser using ctrl tab in send hot key activity?

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 ?

Thanks

Hello @raymondraymond1 :wave:

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.

@raymondraymond1… please check this post…

How to get Web Browser's Tab details?

Thank you monsleurrahul and prasath17 for the prompt reply, I will learn the details and work on it, thanks again.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.