I am facing an issue with a code that has multiple items with the same href attribute due to it being an external source. I need help figuring out how to programmatically click on a specific link tag using C# within a WebView or by accessing the source directly.
<div class="vote">
<ul class="btn-vote left">
<li><a class="badge-item-vote-up up " href="javascript:void(0);" rel="nofollow">Upvote</a></li>
<li><a class="badge-item-vote-down down " href="javascript:void(0);" rel="nofollow">Downvote</a></li>
</ul>
</div>