Latest All

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Automate Data Collection with Selenium in Python

In this tutorial, I shared how I used Selenium to automate Google Chrome to collect data in Python. I needed to iterate through a date-picker day-by-day and a dropdown list as search criteria, click submit button, wait for result, and extract data from returned table. It may have taken longer to figure out the entire process than to just do it manually, but where’s the fun in that?

Read More