Selenium get dyanmic id from xpath
Posted
by Reflux
on Stack Overflow
See other posts from Stack Overflow
or by Reflux
Published on 2010-06-09T18:07:19Z
Indexed on
2010/06/09
20:22 UTC
Read the original article
Hit count: 209
selenium-rc
Is there a way in Selenium RC to get the id from the xpath.
If I have the xpath
/html/body/div/div//input
I want to get the id of all the nodes associated to the xpath
© Stack Overflow or respective owner