Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 485 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 485 Bytes

Jumia-macbook-spider

Scrapes All Macbook Product on Jumia Search Products


Built with Selenium


Run This on your Terminal

pip install selenium

Download Chrome Driver Here


After Installing Chrome Driver Write The Path of the Application in the PATH variable

## Path Of ChromeDriver
## Here its Point to My Chrome Driver
PATH = "C:\Program Files (x86)\chromedriver.exe"