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 was 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.
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.