Can you give me here some code by which I can click on anchor label on a webpage. I want click on the “Configuration”label. These labels are used to navigate from one page to another page. Here is some part of the Web page view source.
<td class="tabtext-unsel"><nobr><a href="/aems/catalog/cataloglist.do" class="tabtext-unsel">Catalogs</a></nobr></td>
<td class="tabtext-sel"><nobr><a href="/aems/configuration/configurationlist.do" class="tabtext-sel">Configuration</a></nobr></td>
After some discussion in comments i can suggest another answer:
Automation and Scripting Language
You may use this to navigate complicated pages, automate work in any application etc. It can copy almost any data and paste it to excel for example.