tags:

views:

31

answers:

1

Hi, is there any easy way to find xpath ?

<span class="r5">5</span><a href="http://google.com"&gt;Google&lt;/a&gt;

what will be the xpath of r5 ?

Thanks..

A: 

span[@class='r5']

geoffc