Can Selenium evaluate all XPath elements?
Posted
by kRON
on Stack Overflow
See other posts from Stack Overflow
or by kRON
Published on 2009-09-10T13:37:29Z
Indexed on
2010/03/26
9:13 UTC
Read the original article
Hit count: 400
Is it possible for Selenium to evaluate all the elements that may match a certain XPath
?
For instance, I'd like to evaluate whether all checkboxes are checked with //input[type='checkbox']
--problem is I only get one element returned.
© Stack Overflow or respective owner