Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Last active July 29, 2019 06:22
Show Gist options
  • Select an option

  • Save dstyle0210/10819252bd332581642a12f114f49c0a to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/10819252bd332581642a12f114f49c0a to your computer and use it in GitHub Desktop.
node , selenium-webdriver 설치
// webstorm 다운로드
// https://www.jetbrains.com/webstorm/download/download-thanks.html
// git 다운로드
// https://git-scm.com/download/win
// node 다운로드
// https://nodejs.org/ko/
// chromium (.exe , path 연결)
// https://sites.google.com/a/chromium.org/chromedriver/downloads
=> 크롬 버전에 맞는 드라이버 사용.
// IEdriver (.exe , path 연결)
// https://selenium-release.storage.googleapis.com/index.html
// => 3.9 버전 사용(IE11)
// => 사용시, selenium-webdriver 는 3.6.0 버전으로 사용.
/* NPM 설치 */
npm install [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment