Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glassdoor.com Sign in issue with google accounts #18

Open
MohammadA98 opened this issue Jul 8, 2021 · 0 comments
Open

glassdoor.com Sign in issue with google accounts #18

MohammadA98 opened this issue Jul 8, 2021 · 0 comments

Comments

@MohammadA98
Copy link

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.

Screen Shot 2021-07-08 at 2 21 53 PM

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?

@MohammadA98 MohammadA98 changed the title glassdor.com Sign in issue with google accounts glassdoor.com Sign in issue with google accounts Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant