Skip to content

Instantly share code, notes, and snippets.

@yannisgu
Created May 23, 2014 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yannisgu/6bf9db82bd3f0c1e98c3 to your computer and use it in GitHub Desktop.
Save yannisgu/6bf9db82bd3f0c1e98c3 to your computer and use it in GitHub Desktop.
var service = PhantomJSDriverService.CreateDefaultService();
service.HideCommandPromptWindow = false;
var driver = new PhantomJSDriver(service);
driver.Navigate().GoToUrl("http://www.google.com");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment