A simple getCSSCount for use with Selenium-RC
A simple getCSSCount for use with Selenium-RC
Submitted by Evil Tester - Alan Richardson's blog on Sat, 13/03/2010 - 17:30.We know that XPath runs slowly in IE, but XPath has the getXPathCount method. And CSS runs quickly but Selenium doesn’t have a corresponding getCSSCount method.I looked around for a simple way of getting count from a CSS selector. I found this blog post by Aditya Ivaturi, but since I like to keep my Selenium [...]
