About This project uses Selenium to automate a simple Amazon search test. It opens Amazon, searches for “laptop,” and prints the top 5 results.
Requirements 1.Python installed 2.Selenium module 3.ChromeDriver matching your Chrome version 4.Install Selenium: pip install selenium
How to Run 1.Run this command: python amazon_search.py
What It Does 1.Opens Amazon 2.Searches for “laptop” 3.Loads results 4.Prints 5 product titles 5.Closes browser