Gmail-Creation-Automation-Python
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...
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...
 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 
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'
Steps to reproduce: - Install dependencies `pip install -r requirements.txt` - Run the script: `python gmail_automation.py` Expected result: Browser opens and account is created. Actual result: Browser opens and we...
PS C:\Users\GamerPro> & C:/Users/GamerPro/AppData/Local/Programs/Python/Python313/python.exe c:/Users/GamerPro/Downloads/Gmail-Creation-Automation-Python-1.0.0/gmail_automation.py DevTools listening on ws://127.0.0.1:2297/devtools/browser/1c7ac326-ad13-405e-a875-e2d8864fc247 [5812:280:0506/145938.501:ERROR:device_event_log_impl.cc(202)] [14:59:38.502] USB: usb_service_win.cc:105 SetupDiGetDeviceProperty({{A45C254E-DF1C-4EFD-8020-67D146A850E0}, 6}) failed: Element not found. (0x490) Failed to create your Gmail, Sorry Message: element not interactable...
 Stacktrace: GetHandleVerifier [0x00007FF72E2D6F15+28773] (No symbol) [0x00007FF72E242600] (No symbol) [0x00007FF72E0D8FAA] (No symbol) [0x00007FF72E12F286] (No symbol) [0x00007FF72E12F4BC] (No symbol) [0x00007FF72E182A27] (No symbol) [0x00007FF72E15728F] (No symbol) [0x00007FF72E17F6F3] (No symbol) [0x00007FF72E157023] (No symbol)...