Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Sample Program for Launch Chrome Browser using Selenium Webdriver

Category: Selenium WebDriver

System.setProperty(“webdriver.chrome.driver”, “path of the exe file\\chromedriver.exe”);
// Initialize browser
WebDriver driver=new ChromeDriver();

Leave a Reply

Your email address will not be published. Required fields are marked *