Find text from any random webpage URL

Hi Team,
I want to find one text “ex:-Debit Card” , from any random webpage URL.
**Note:-**Any random webpage URL pass in respective activity it will stay 2-second on that page, then find the text, then through respective below message.
condition:-
1:-if text found , through message like:-True
2:-else (if text not found , through message like:-False)
Activity build up should be like that, we can take/pass as many as webpage URL with single logic.

Hi There,

A quick solution is to use the same browser to access each site, then send the Cntrl + F and search for the words you are looking for, eg:
A "Find" search bar in a browser displays "Debit Card" with zero matches found, indicated by "0/0". (Captioned by AI)

Then use the get text activity to get the number of search results:
image

use the if activity to check if the results found is 0, then return false otherwise true. You can split the text 0/0 by “/” and focus on the first value.

Hi Senzo,
Thanks for your response,
Could you pls add here XML format , just want to see how can be activity framed.

Are you using studio x?

Hi senzo,
yes…
Questions is how to deal, when need to pass around more than 1-millions web URL.

I understood the question, and the solution I gave will solve your challenge. You asked for a workflow, that is why I wanted to confirm whether you are using Studio or StudioX

Hi Suraha,
Thanks for your response,
Once we indicate to single Web Url through as you recommended above, it will not work for other Url.
Note:- Here we are dealing with more than 1-millions web url & above that any random url pass it should find text & displayed message according to that.

Hi Senzo,
Pls let me know if is there any update on work flow front.

Hi Team,
Pls help me out if any one have any solution. for single web Url can be processed/Automate. stock in , how to deal with multiple Url or any random web url. script build up should like that it will work for all or any web url.

Thanks