How to launch chrome browser using selenium webdriver ? package SeleniumLearn.com; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.Test; import org.testng.annotations.BeforeTest; import org.testng.annotations.AfterTest; import com.thoughtworks.selenium.Selenium; Read more about How to launch chrome browser using selenium webdriver ?