Answers

Question and Answer:

  Home  Automation

⟩ Tell me how can we launch different browsers in Selenium WebDriver?

We should create an instance of a driver of a particular browser:

WebDriver driver = new FirefoxDriver();

 135 views

More Questions for you: