Error in Selector Validation

Hello all, I am facing an issue where if I enter the cost center code and an error, “No table entries found for specified key” occurs I need to capture that text, so I captured it using Get Text activity.


Now, when I am running the bot it is showing me this error,
image


This is the activity where I have extracted the text ,
image

Thanking you.

Regards,
Hardik Durgam.

@Hardik_Durgam

As per error looks like the selector failed at the first line only…so please check the attributes if they are changing dynamically then use star as a wild character in place of dynamic values and try it

Cheers

Thanks @Anil_G will update once I’ve tried it.

Regards,
Hardik Durgam.

1 Like

Hi @Hardik_Durgam ,

If that Error message comes in a popup or separate window - First use attach application/ Browser and then the GetText


Mukesh