khaouitiabdelhakim/Gmail-Creation-Automation-Python ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python script that opens Chrome and walks through the Gmail sign up flow for me using Selenium.
I want it to fill in the basic form fields like first name, last name, username, password, birthday, and gender, then keep going until the account is created or it reaches a step where I need to handle something manually. Make it easy to edit the personal details at the top of the script, and at the end print out the username and password that were used.
Please include clear setup instructions for installing what’s needed and using ChromeDriver, and make sure it runs from a single main script in this folder. If you need to check current Selenium or ChromeDriver guidance online, go ahead and do that. Also add a little error handling so it does not crash immediately if a page changes or a field is missing.
Are you gonna build this?
make sure you review the code using coderabbit