Last active
July 29, 2019 06:22
-
-
Save dstyle0210/10819252bd332581642a12f114f49c0a to your computer and use it in GitHub Desktop.
node , selenium-webdriver 설치
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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