I have tried using the ‘scroll bar’ attributes to try to further differentiate the Status text from the other text’s but those only return ‘0’. I need to find a way to be able to read the “Ended Not OK” portion of the text, but this status will change to several other words. Any help is appreciated. Thanks!
Have you tried indicate anchor while editing the selector in UI Explorer?
Use Status label as Anchor & get what ever the text you want.
Step1: use get text, indicate the text next to status.
Step 2: Edit selector in UI Explorer. Now click on Anchor.
Step 3: Now indicate Status label as anchor.
This might do the trick. Let me know if you need anymore help.
Coz wildcarding the “name” attribute is never gonna give you the output.
I ended up figuring it out. I will mark your answer as the solution as the Anchor Base activity worked for me. I set the Base to Find Element activity and put it as the Status. Then I used a Get Text to get the desired status. Seems to work. Thanks!