- Install selenium using
pip3 install selenium
orconda install selenium
, if you are using Anaconda. - After cloning the repository, to install the drivers already provided, change to the drivers directory and execute the following instructions according to your browser preference.
- To run in chrome:
sudo cp chromedriver usr/bin
sudo cp chromedriver usr/local/bin
Press 1 when prompted for browser selection for chrome.
- To run in firefox:
sudo cp geckodriver usr/bin
sudo cp geckodriver usr/local/bin
Press 2 when prompted for browser selection for firefox.
There is a chance that an error may arise here, due to lack of permissions, in that case, please refer to this.
Before running the script, make sure the driver(here 'geckodriver' or 'chromedriver' ) is in the folders /usr/bin and /usr/local/bin.
- Make sure that you are using python3.6 or above.
- Enter
python3 app.py
in the project directory to run the script. - Refer to this for instructions as to how to use the script.
Visit this page to report issues in the project, contribute or request a new feature.