How to click on particular tab in a List of Tabs based on the text in it

Hello,
NOTE: [URGENT!]

Based on the Month Given as input in “MMM” format , I want to click on the Tab Listed.
E.g., If input is “MAR” then robot has to click on “MAR” tab, if “JAN” then robot has to click on “JAN” tab and so on.
How can this be achieved through uipath.
Stuck with this for a long time Please help me out!

Thanking you guys in advance!

Thanks and regards,
Shreyas Shete

What type of application is this? Web app?

Hi! You may use dynamic selectors for that one.

Yes its a web application!

Could you please paste your selector for one of tab from uiexplorer?

Capture
This the selector for “MAR” tab

1 Like

So you may just need to dynamically change the part of the selector containing the month :slight_smile:

4 Likes

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