Text exist - eliminate whitespace importance

Fine

May be i will mention a simple way to achieve this

  1. First use a GET ATTRIBUTE activity where indicate the element and get the attribute aaname and save it to a string variable named Strinput

  2. Now use a IF activity and mention the condition like this

Strinput.ToString.ToUpper.Contains(“DOGE”)

  1. If the value is true it will go to THEN block where use a MESSAGE BOX activity

Here if you see you got to hold the value of “DOGE” in a string variable and also it is getting validated with a IF condition

As simple as it is

Hope this would help you

Cheers @Michal_Podlasin

1 Like