开发者

How to create XPath for the tags not having id or name

开发者 https://www.devze.com 2022-12-27 18:15 出处:网络
alt text http://img231.imageshack.us/img231/9558/testxb.png Please look into the tag sequen开发者_StackOverflowce(click on the link) and want to know xpath for this.

alt text http://img231.imageshack.us/img231/9558/testxb.png

Please look into the tag sequen开发者_StackOverflowce(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


//button[@class='hdm-button'][2]
0

精彩评论

暂无评论...
验证码 换一张
取 消