Hi
I have a web page which can contain multiple sections hyperlink Say:
Detail 1
Detail 2
Detail 3
When clicked over these hyperlinks the details get visible and I need to extract a text element from a Detail(x) only when Detail(x) contains word “Valid”
So I want the BOT to Click on Detail 1 , look for “Valid” , if found then copy the Text string else go to Detail 2 repeat search if not found then go to detail 3.
Please suggest how this can be achieved.
Regards
Gunjan Popli