Hi, I am facing issue while using the Anchor Base activity.
Here I have to capture the text of Active I have used left side in the Find Element is Status and in Right side in Get Text is Active. But it’s giving me the result Emrate
instead of using Anchor Base, you can always use Get Text and scrape the particular element, make a IF condition like if it is active then you can proceed with your steps
open uiExplorer ,first use Indicate Element and indicate on “Active”
then use Indicate Anchor and indicate on “status”, you’ll get the Selectors like this
here change aaname = ‘Active’ to aaname = ‘*’ in the above example it says Total Loss dont worry above that you’ll get like aaname = ‘Active’
Copy that entire selector and paste it in Get Text activity.