Selenium was originally created to automate the testing of web applications. Through a protocol called WebDriver, you can directly operate actual browsers (Chrome, Firefox, etc.) from your code.
Do you find yourself repeating the daily task of opening a browser, copying data from specific websites, and pasting it into Excel one by one? In my experience, this simple task can be completely ...