BourneXu/AutoCreateGmailAccount ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python script that automates filling out a generic sign up form in Chrome, using chromedriver, and follows a few simple steps on screen. I want it to generate realistic first and last names plus a short number suffix, then type them into the form, handle the next screens, and pause if there is anything that needs manual attention like a captcha or verification step.
Please make it easy to run from one main file, with clear instructions for installing dependencies and setting up Chrome and chromedriver. If the script needs to be restarted when a name is too long or a field errors out, handle that cleanly and keep going. It should feel like a simple one command automation tool, with basic status messages so I can see what it is doing. If you need anything current from docs or browser automation behavior, look it up online.
Are you gonna build this?
make sure you review the code using coderabbit