Automating Gmail Account Creation Using Selenium

3 replies
Hi All

I want to build a system for automating at least 1,000 Gmail account creation/Login using Selenium and a multi-login solution.

Is this possible?

Can running this system in the background using the Headless Browser reduce the impact on CPU, and RAM?

If the answer is no... Are there better solutions?
#account #automating #creation #gmail #selenium
Avatar of Unregistered
  • Profile picture of the author Ceo Albania
    Eventually you will hit on reCAPCHA and this will block account creation.
    {{ DiscussionBoard.errors[11784384].message }}
  • Profile picture of the author marka
    If you want to use such email addresses for account creation on third party websites.

    In Gmail, you have the flexibility to incorporate a "plus" symbol along with any word of your choice at the end of your email address, and the emails will still be delivered to your inbox. For instance, if your email address is someemail@gmail.com, you can utilize someemail+token1@gmail.com, someemail+token2@gmail.com, or someemail+customlabel@gmail.com.

    Then you can use IMAP to fetch emails received, and automate further.
    {{ DiscussionBoard.errors[11787065].message }}
  • Profile picture of the author Mamymilan60
    Thank you all, I have tested multiple apps that I have developed. The automation works perfectly at the beginning, but unfortunately, Google/Gmail detects the automation very easily. Even stealth techniques and simulating human behavior don't work.
    {{ DiscussionBoard.errors[11801856].message }}
Avatar of Unregistered

Trending Topics