Find text and click the same row button

hi all !

in remote desktop screen, web application
I want to handle the example below
ex : image web body

find text 01/23 , if existed then click button download same row

sorry English is bad !

Hi @thuan,

if it is an web application you can you find children activity to get all the tags.

Regards,
Arivu

1 Like

Use Click Text from Citrix Wizard and follow up the instruction.

1 Like

Try to snipe one of the elements using UiExplorer and see within the selector if you have table col or table row as elements. Simply change the row values with a IntCounter and put that selector in a Get Text Activity. That way you can increase the counter to check all values.

1 Like