https://github.com/soreana/digistyle
Implementation of a bot finding lowest price clothe on Digistyle site using NodeJS.
https://github.com/soreana/digistyle
nodejs selenium
Last synced: 4 months ago
JSON representation
Implementation of a bot finding lowest price clothe on Digistyle site using NodeJS.
- Host: GitHub
- URL: https://github.com/soreana/digistyle
- Owner: soreana
- Created: 2016-12-19T22:37:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T06:46:13.000Z (about 6 years ago)
- Last Synced: 2025-03-21T02:29:01.511Z (7 months ago)
- Topics: nodejs, selenium
- Language: JavaScript
- Homepage:
- Size: 26.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Digistyle
=========Implementation of a bot to find lowest price clothe on Digistyle site using NodeJS.
**Download Selenium:** `$ curl -O http://selenium-release.storage.googleapis.com/3.0/selenium-server-standalone-3.0.1.jar`
**Download geckodriver:**
**Linux 64-bit:** `$ curl -L https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-linux64.tar.gz | tar xz`
**OS X:** $ curl -L https://github.com/mozilla/geckodriver/releases/download/v0.11.1/geckodriver-v0.11.1-macos.tar.gz | tar xz
**run selenium and gechodriver:** `java -jar -Dwebdriver.geckodriver.driver=./geckodriver selenium-server-standalone-3.0.1.jar`
**Automatic Test links:**
http://webdriver.io/guide/getstarted/modes.html
http://webdriver.io/guide.html