Can Selenium evaluate all XPath elements?
- by kRON
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.