Skip to content

Instantly share code, notes, and snippets.

@manjufy
Last active December 14, 2016 03:56
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 manjufy/e053c8f715242cb06ae4d342fc7d0440 to your computer and use it in GitHub Desktop.
Save manjufy/e053c8f715242cb06ae4d342fc7d0440 to your computer and use it in GitHub Desktop.
Using chromedriver with webdriverio

Assume that you are running stand alone Selenium server and you would like to run tests with Chrome browser intead of Firefox or anyother driver Here are the steps to do so

  • Download chromedriver from https://sites.google.com/a/chromium.org/chromedriver/downloads
  • Move to a place where it can be executable and remember the path of the file Ex: /User/abc/chromedriver
  • Start your chrome browser with Selenium server. Ex: java -jar -Dwebdriver.chrome.driver=/Users/abc/chromedriver selenium-server-staalone-3.0.1.jar
@manjufy
Copy link
Author

manjufy commented Dec 14, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment