Can i use 2 value on text ='' in Click activities

@Harpoon ,

I mean in this situation if my sap row data have 3 row
3200xxxx
1300xxxx
1400xxxx
and I want to click on row starts with 32

So if you want to click in the element which starts with 32, then use a wild card after 32 as(32*) to replace all the upcoming values.

However, if you have a necessity of clicking on the item which either starts with 32 or 12, then use regex based selectors as explained in the below thread.

Regards,
Rohith

1 Like