I know I can use like element exist or any othe function. But, what I want is, I have another application where the user can type what he want to search.
so if the input from user is “Categories”, then my UIPath can search in the screen if there is “Categories” in the screen. I have tried using “Text Exist” function, but it was failed.
How can we find whether same text exists for more than once in web application?
For eg: I have to find “Test” is there in web app for two times-- exists for two times true value should be returned and Not exists for two times(if exists for one time also) then False should be returned