Condition

Hi All,

fb
If I found the hrs or mins in my webpage then i can run futher .
How can i pass the condition in if else ?

Hi @Manikandan.T

use stringText.toString.Contains(“hrs”) or stringText.toString.Contains(“mins”)

Thanks
Ashwin S

First use Get Text activity to extract the String.
After that add in if’s condition: extracted_String.Contains(“hrs”) or extracted_String.Contains(“mins”)

Regards,
Vlad

1 Like

It’s run good.
Thanks,
Manikandan T

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.