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: 369

Filed under:
|

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

Related posts about selenium

Related posts about xpath