json
fromatrun
pip install selenium
in the terminalOpen Chrome browser in the desktop
Open Settings in Chrome
Click on About Chrome and check your version
Visit https://chromedriver.chromium.org/downloads and download Chrome Driver for your version
It was a bit difficult to figure out proper xpath of the element to scrape the right data as the data on website was in the form of html <table>, with some of <td> containing no data. In that case I had to carefuly observe the pattern in <td> tags containing data otherwise it lead to an error.
Technologies used
Discussion