Simple in browser scraper using Selenium and Webdriver.IO
- Dockers
- Node.js
- Yarn
git clone [email protected]:remoteorigin/ro_scraper.git
cd ro_scraper
yarn
Change variable startUrl
in scraper.js
to page you want start with
npm run start-selenium
npm run test
When you are done, stop Selenium
npm run stop-selenium