Trying to Click on text by identifying which is the latest number

Say I’ve navigated to this page on my custom application (not a webpage). I’ve been using click activity (CV Text).

My variable is var: SW0704.

How can I click on the latest version of SW0704? Which in this case is 0002_SW0704?

image

@WilfredNg

You cannot directly find it…

But if normal activities work other than cv then you can leveratge idx property to identify thelast matchc

Cheer

you mean you want to click on the last value under the text you have highlighted?

you can use find children on this highlighted element A3C… and then get the last element of the array it returns I think

If i understand it correctly