I am unable to locate the element having anchor tag with href link(Monthly link in loser tab - check attached image). Getting NoSuchElementFound exception. Already tried using javascript executor and waits .
HTML :
<div style="width:50%;font-size:14px;float:right;">
<h2 class="f16 bold">Losers</h2>
<div class="tabs">
<a href="//money.rediff.com/losers/bse/daily">Daily</a>
</div>
<div class="tabs">
<a href="//money.rediff.com/losers/bse/weekly">Weekly</a>
</div>
<div class="tabs">
<a href="//money.rediff.com/losers/bse/monthly">Monthly</a>
</div>
</div>