Hello guys! Please i'm working on a project and i want to check if an element exist in a resource, please how do i do that? E.G i have a resource(txt file) of many lines and i want to check if "dog" exist in one of the lines how do i do it? Thanks
@stephenperry18 First of all you need to get textbox content with "Get Element Text" action.
Then use "If" action to check if it is empty.
You can construct condition yourself like it is shown on following gif:
0_1528972086841_CheckIfNotEmpty.gif
oh wow thank you so much :) I really appreciate it