tags:

views:

32

answers:

1

alt text

Please look into the tag sequence(click on the link) and want to know xpath for this. None of the tag having ID's or names.

I need to use xpath in the following command.

selenium.click("XPath goes here");

Regards Sai

+2  A: 
//button[@class='hdm-button'][2]
Matthew Flaschen