cubicbyte / reddit-account-generator

Automatically generate reddit accounts
MIT License
62 stars 13 forks source link

Unable to locate element: [id="regEmail"] #34

Open mat926 opened 1 week ago

mat926 commented 1 week ago

I keep getting this error when running the script.

Stacktrace:

RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16
  File "C:\Users\vboxuser\Downloads\reddit_account_test.py", line 4, in <module>
    email, username, password = create_account()
                                ^^^^^^^^^^^^^^^^
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="regEmail"]
Stacktrace:
RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:511:5
dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:136:16