Find Text

Team,

I am trying to find a word exists or not, Say clicking find button its displaying - Record not found. How to find this? Automating a dot net application.

tried with get text, element exists… Help needed.

can you try by Ctrl+F and search for the word.

No it wont work, its an exe application this search will display as a popup window.

Hi @Priyanka_Ramesh

Based on Condition you can do it
First get the full text and create a variable and drag and drop if activity and use this condition

Pass that string variable.contains("Particular word ").testing

Regards
Gulshiyaa

1 Like