How to create XPath for the tags not having id or name
- by sai
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