I just want to make it look for ‘AB1’ not contain another words
the click activity and Find Text Position, find the location of ‘AB1’, then convert it into UI elements and click it. If I ask it to find ‘AB1’, it’ll see AB16 that contains AB1.
Is there a way to make sure I can only find only ‘AB1’ that contains nothing?
It looks like Oracle EBS, one of the Java applets.
Which means that within that grid / table it is hard to click directly based on visible content, since they are not often a possible part of a selector. Same as extract datatable, which does rarely give usable data within this application.
A solution is to loop through all the rows, iterating on the part of the selector that indicates the tablerow. Then get the text of that 1st field, validate it to match AB1 exactly, and then you know in which row all other elements are, on which you can then build your followup selectors.