When I hover over login text there are list of links, i need to select Infostore using Page Object model approach. I am new to Selenium could any one help. I have the outer HTML for you:
<div class=”desktop-login”>
LOGIN
<ul class=”no-bullet list-nav-child sub-menu-lv”>
<li class=”nav-child-item”>
<a href=”https://infostore.saiglobal.com/”>Infostore</a>
</li>
</ul>
</div>
Source: Read More