Hi,
I'd like to fetch an information that is dynamic with no proper ids/classes from a webpage.The scenario is, that I need to search the webpage for a particular text. If I find it I'll have to click it. Else, throw an exception. Manually it is done by pressing Ctrl+F to search in the webpage and it is clicked when found.How can I automate such a scenario?
Thanks
VJ