I am using Selenium WebDriver with Java & TestNG framework. I want to use Firefox, IE, Chrome in one single code at a time for doing cross-browser testing. I can only in
For Java, since the posters question was asking for a Java answer, I wrote a complete multi-browser parallel window example.