Here I want find out text from website based on condition
1-condition will remain Constand
2-but text may vary website to website.
let say condition is like :- If A==true, then text will display like X
if B=true , then text will displayed like Y
@sfdc_sfdc What is the next step you need to do in your automation?
Example: Click on the text that appears, or just check if one of the texts appears?
Hi Eric,
Thanks for your replay,
here we are dealing with millions of web url, we do not know where those text are in the url. script should like that, once we pass web url, then script should able to identify the text & displayed message.