Which packages are required to be imported to launch Firefox Driver?

Which packages are required to be imported to launch Firefox Driver?

Hi Brett,

To launch Firefox driver in Selenium WebDriver, you need to import these packages:

org.openqa.selenium. *: Includes the required WebDriver class to instantiate a new browser loaded with a specific driver.

org.openqa.selenium.firefox.FirefoxDriver: Required to install Firefox-specific drivers via the WebDriver class immediately to the browser.