How to run Selenium tests in multiple browsers for cross-browser testing using Java?

前端 未结 4 1856
青春惊慌失措
青春惊慌失措 2020-12-06 08:37

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

4条回答
  •  无人及你
    2020-12-06 09:13

    For Java, since the posters question was asking for a Java answer, I wrote a complete multi-browser parallel window example.

提交回复
热议问题