How to click the command related to the time that is the latest

Dear all, How to click the command related to the time that is the latest.
Below is the screen capture.

@jackie.yue

You can may be use the index getting common selector across…looks like those tiles are in order…

So idx 1 will have the first tile always

Cheers

Thanks Anil.
The tiles are in order and the lastest one is the target. Is there any specify instruction about the ndex getting common selector across…?

@jackie.yue

There must be some class amd tag same across the tiles…use those teo and check by changing idx and see if the tiles are changing…if yea then always use idx=‘1’ or just dont use any …so that it picks the first item always

Hope this helps

Cheers

Thanks Anil, I changed the text of the anchor to a variable value, and it workd.

1 Like

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