I am using HtmlUnit driver in my selenium tests. As mentioned in the documentation,
HtmlUnitDriver driver = new HtmlUnitDriver(true);
This will cause the HtmlUnit Driver to emulate Firefox 3.6’s JavaScript handling by default."
But, I want to make sure my app works in Firefox-9. How to achieve that?