I’ve built a small web page that the team uses every day and I’d like to turn the repetitive data-entry tasks into a single button-press inside PyCharm. The target is a Web form that must be driven in Google Chrome. Here’s what I need the finished script to do: 1. Open the form in Chrome. 2. Fill out every required and optional input just as a user would. 3. Run basic client-side validation checks (e.g., verify mandatory fields aren’t blank, formats match our patterns) before submission. 4. Submit the form and confirm the expected success message or redirect. Deliverables: • A .py file that performs the full flow described above • A short README explaining any environment setup, required packages, and how to adjust form field mappings • (Optional but appreciated) Quick tips on leveraging Copilot inside PyCharm for future tweaks If this sounds straightforward to you, let’s get it automated!