I have a small website that needs a quick round of automated testing. I already use Python and Selenium, so I just need a concise script that: • Opens the site in Chrome • Navigates through the key pages and links I specify • Performs a few basic interactions—clicking buttons, submitting simple forms, and confirming expected text or element visibility • Generates a brief console or text report highlighting any failures Keep the scope lean: no cross-browser work beyond Chrome and no elaborate data extraction—just a dependable, repeatable smoke-test flow I can run locally. Deliverables: 1. The Python (.py) file(s) with clear comments. 2. A short README explaining setup, required libraries, and how to trigger the test. If you have the Selenium experience to build this lightweight test quickly, let’s get started.