I'm upgrading from selenium-1 to selenium-2 and trying out the new HtmlUnit driver. I've tried a few basic tests on it (open a page, get_text,..) and it seems
- Extremely slow (I think the chrome/FF remote drivers are faster than it)
- Extremely un-stable (opening yahoo.com using HTMLUNIT and HTMLUNITWITHJS both resulted in errors)
I'd be very happy to hear your impression of it. I hope you'll find I'm wrong (I can live without (1) speed but (2) stability is critical)? is there a speed comparison of HtmlUnit vs the selenium drivers?