Selenium webdriver with self built firefox – path to binary

File pathToBinary = new File(“your path”);
FirefoxBinary ffBinary = new FirefoxBinary(pathToBinary);
FirefoxProfile firefoxProfile = new FirefoxProfile();
WebDriver driver = new FirefoxDriver(ffBinary,firefoxProfile);

No images available.