Reputation: 11490
is there any easy way to find xpath ?
<span class="r5">5</span><a href="http://google.com">Google</a>
what will be the xpath of r5 ?
Thanks..
Upvotes: 4
Views: 533
Reputation: 4100
span[@class='r5']
Upvotes: 3