๐ ๏ธ Prerequisites
Before diving into the code, ensure you have the following:
- Python Installed: Make sure you have Python installed on your machine. You can download it from python.org.
- Necessary Libraries: Weโll need
selenium
andwebdriver-manager
. You can install them using pip:bashCopy codepip install selenium webdriver-manager
- CSV File: Create a CSV file named
urls.csv
with the URLs you want to screenshot. Hereโs an example format:csvCopy codeurl https://example.com https://anotherexample.com