You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
To prevent timeout error had to change chatgpt_login_btn = (By.XPATH, '//button[text()="Log in"]') to chatgpt_login_btn = (By.XPATH, '//button[div[text()="Log in"]]') in pyChatGPT.py
I am using Openai login.
Having Google error for other account.
Google is detecting the driver and is locking up.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To prevent timeout error had to change
chatgpt_login_btn = (By.XPATH, '//button[text()="Log in"]')
tochatgpt_login_btn = (By.XPATH, '//button[div[text()="Log in"]]')
in pyChatGPT.pyI am using Openai login.
Having Google error for other account.
Google is detecting the driver and is locking up.
The text was updated successfully, but these errors were encountered: