Gmail-Creation-Automation-Python icon indicating copy to clipboard operation
Gmail-Creation-Automation-Python copied to clipboard

This script allows you to automate the creation of Gmail accounts using the Selenium automation framework with the Chrome WebDriver. It navigates through the Gmail sign-up process by filling in the re...

Results 7 Gmail-Creation-Automation-Python issues
Sort by recently updated
recently updated
newest added

File "gmail_automation.py", line 16, in driver = webdriver.Chrome(service=service) #, options=chrome_options) File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in __init__ super().__init__( File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 53, in __init__ self.service.start() File "/Users/shahar.katzir/.pyenv/versions/3.8.6/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 98, in start...

![image](https://github.com/khaouitiabdelhakim/Gmail-Creation-Automation-Python/assets/153607066/1ee3a6c0-0818-4887-932d-c44ad801a024) Not sure which class name to change. It just fills the name and that's it.

Randomize the username + update in the selector + stabilizing when only 1 option of mail is proposed What do you think of my edit ? :) (sorry for the...

There is no option to skip phone number validation so this script do not work anymore

i think if you can switch the web browser to mobile brower the problem will be fix because the mbile browser has skip option

something opening behind and closing in instant ![image](https://github.com/khaouitiabdelhakim/Gmail-Creation-Automation-Python/assets/114846213/0fc8a08e-209a-47e6-84c3-ce1ed38b9842)

The following error occurs upon running the script: bwpbruce@DESKTOP-5O4I671:~/Gmail-Creation-Automation-Python$ python3 gmail_automation.py Traceback (most recent call last): File "/home/bwpbruce/Gmail-Creation-Automation-Python/gmail_automation.py", line 13, in from unidecode import unidecode ModuleNotFoundError: No module named 'unidecode'