Filter from webpage by search
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 don...