Weather Browser Automation with Selenium in Python
Level: Real-World
Project Brief
Your task for this project is to create a browser automation script using the Python Selenium library.
Expected Output
When executed, your program should do the following automatically:
Start Chrome, and navigate to this beautiful weather website https://www.ventusky.com
Then, your program should type a city in the search box. E.g., New York.
Then, the program should invoke the Enter key of your keyboard. That will show the current weather page for New York.
Environment Setup Instructions
Keep reading with a 7-day free trial
Subscribe to Daily Python Projects to keep reading this post and get 7 days of free access to the full post archives.




