Collection of selenium codes for browser automation.
To install using use pip:
pip install selenium
Selenium requires drivers to interface with the browser. So, download drivers for respective browsers.
This code is written only for chrome browser, So:
Download the ChromeDriver and then add the location of the driver
to the PATH in your system.
To run the code, use python interpretor to run the code file
For zomato.py use:
python zomato.py