Need to differentiate selector (highlight vs highlight greyed out)

Hello, I need to find element on a web application (IBM Cognos TM1 Web), the selector as in the attached:

as you can see the gridpane_number varies every time the bot logs in, so it doesn’t stay static, I’m trying to get the bot the figure out in the current session which pane number it is in.

of the two selectors:
one is the good one that can be validated and highlighted
the other is the false one that can be validated but can’t be highlighted

is there a way when I use find element that the program only recognizes the true one and not the false one?


1 Like

Hey @lynnsong986

Is your UiElement hidden or just at the bottom of the screen which when scrolled will be visible?

Thanks
#nK

I figured it out by adding class which is a header label thanks!

1 Like

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