kennethlucia/Selenium-Python ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python project for Selenium testing and web scraping.
I want a small set of browser automation scripts that can open a site, interact with the homepage, and pull basic page data like headings, links, or other visible content. It should be easy to run, easy to extend, and organized in a clean way so I can add more tests later.
Please include a basic homepage test flow, some reusable browser setup, and a straightforward scraping example. If it helps, make the code work with current Selenium best practices and look up current docs online if you need to. I’d also like clear instructions for how to run it locally and where to put any future test cases or scraping scripts.