Skip to content

Instantly share code, notes, and snippets.

@takara
Last active August 29, 2015 14:22
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 takara/534f6329457d3b1bca28 to your computer and use it in GitHub Desktop.
Save takara/534f6329457d3b1bca28 to your computer and use it in GitHub Desktop.
Selenium IDEのインストール ref: http://qiita.com/takara@github/items/0d00260c84592f786968
@echo off
java -jar selenium-server-standalone-x.xx.x.jar -Dwebdriver.ie.driver=.\IEDriverServer.exe -Dwebdriver.chrome.driver=.\chromedriver.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment