Automated Registration Form Filling Bot

Job ID: 39767509

Budget: ₹600 – ₹1,500 INR

The goal is to build a bot that submits online registration forms for me end-to-end. Each time I run it, I will manually supply the username-password pairs; after that single input, everything else—navigation, field detection, form completion, and submission—must happen automatically.

Key behaviour
• Accept a list of credential pairs entered at runtime (console prompt, CSV upload, or any simple method you propose).
• Visit the registration page URL I specify.
• Locate the username and password fields, populate them accurately, and submit.
• Confirm success (e.g., by reading the resulting page or a status message) before moving on to the next pair.
• Handle reasonable delays, redirects, and form validation without human intervention.

Implementation preferences
Python with Selenium, Playwright, or a comparable headless browser solution is fine as long as the script runs reliably on Windows and is clearly commented. Feel free to suggest an alternative stack if it achieves the same stability.

Deliverables
1. Source code of the bot.
2. A brief README covering setup, required dependencies, and how to run the script with my credentials list.
3. Short video or screenshot proof showing at least ten successful consecutive registrations during your own testing.

Acceptance criterion
When I supply a fresh batch of credential pairs and the target URL, the bot completes at least twenty registrations in one session without additional clicks or keystrokes from me.

That’s the entire scope—clean, hands-free registration once the credentials are entered.