Skip navigation.

Archives

Google is hiring SETs

Drop me a resume and a brief note if you're interested in joining Google as an SET. email: test.eng.hiring@gmail.com. Thanks -- Patrick Copeland

Dhanasekar S and the Sapient Indian Bloggers

My son turned 16 a couple of weeks ago, and the event prompted me to take a fresh look at him. This is hard to do, in life. You put someone in a category, and it’s all too easy to keep him there. I think my own mother still thinks I’m 14 years-old (the age [...]

A simple getCSSCount for use with Selenium-RC

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 [...]