Which packages are required to be imported to launch the Firefox driver?
Hi Dipen,
You can import org.openqa.selenium.*
for the WebDriver class and org.openqa.selenium.firefox.FirefoxDriver
to launch the Firefox driver.
Which packages are required to be imported to launch the Firefox driver?
Hi Dipen,
You can import org.openqa.selenium.*
for the WebDriver class and org.openqa.selenium.firefox.FirefoxDriver
to launch the Firefox driver.