Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 527 Bytes

Scrape OtoMoto Data

Installation

  1. Clone repo,

  2. Use maven to install all dependencies:

mvn clean install

Usage

  • Install proper chromedriver according to the your chrome version (put this driver to: src/main/java/utils/).
  • Configure base.url in project.properties
  • Firstly fill the data in page and paste link to .properties file
  • Use xlsx viewer to check the data

Stack

  • Selenium Web Driver
  • Java
  • Apache Poi