A Python web scraper that automates the process of checking a list of serial numbers against Dell's warranty page. The script is designed to run slowly to avoid overloading the target site with requests.
How it Works The script uses the Selenium library to:
-
Loop through a list of serial numbers from a spreadsheet.
-
Navigate to Dell's Warranty Check page.
-
Input each serial number and submit the search.
-
Extract and print the warranty results.
The ultimate goal of this project was to expand the functionality to include other Original Equipment Manufacturer (OEM) websites and save the collected data to a spreadsheet.