How to create XPath for the tags not having id or name
Posted
by sai
on Stack Overflow
See other posts from Stack Overflow
or by sai
Published on 2010-04-23T12:02:52Z
Indexed on
2010/04/23
12:13 UTC
Read the original article
Hit count: 390
html
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
© Stack Overflow or respective owner