Skip to content

Instantly share code, notes, and snippets.

@skhatri
Created April 27, 2012 04:41
Show Gist options
  • Save skhatri/2505874 to your computer and use it in GitHub Desktop.
Save skhatri/2505874 to your computer and use it in GitHub Desktop.
Using Chrome with JBehave
static {
System.setProperty("browser", "chrome");
System.setProperty("webdriver.chrome.driver", "/Google/Chrome/Application/chrome.exe");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment