Cannot log in from google #1231
Unanswered
cheezypotatoes
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You can use undetected from seleniumbase instead. I've tried this patch and logged successfully |
Beta Was this translation helpful? Give feedback.
0 replies
-
@devlamgi how, can you please explain how |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Last night, it was fine and dandy.
import time
import undetected_chromedriver as uc
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
if name == 'main':
Beta Was this translation helpful? Give feedback.
All reactions