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
Since the program opens a new browser, google accounts don't recognize this browser when you try to sign in. I get this error after attempting to log in.
I have also tried to change the chromedriver to open in safari so I changed def getURLs(): driver = webdriver.Chrome(executable_path='/usr/local/bin/chromedriver')
in apply.py to def getURLs(): driver = webdriver.Safari(executable_path='/usr/bin/safaridriver)
but that did not change anything as it still opened Chrome for me.
is there a way to bypass the google security measures on anonymous browsers?
The text was updated successfully, but these errors were encountered:
MohammadA98
changed the title
glassdor.com Sign in issue with google accounts
glassdoor.com Sign in issue with google accounts
Jul 8, 2021
Since the program opens a new browser, google accounts don't recognize this browser when you try to sign in. I get this error after attempting to log in.
I have also tried to change the chromedriver to open in safari so I changed
def getURLs(): driver = webdriver.Chrome(executable_path='/usr/local/bin/chromedriver')
in
apply.py
todef getURLs(): driver = webdriver.Safari(executable_path='/usr/bin/safaridriver)
but that did not change anything as it still opened Chrome for me.
is there a way to bypass the google security measures on anonymous browsers?
The text was updated successfully, but these errors were encountered: