ChromeOptions options = new ChromeOptions(); options.setBinary("/path/to/chrome/binary"); ChromeDriver driver = new ChromeDriver(options);