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

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".name"} #184

Open
vastoutreach opened this issue Jul 15, 2023 · 6 comments

Comments

@vastoutreach
Copy link

unable to scrape companies with latest version, receiving this error:

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".name"}

code:

driver = webdriver.Chrome(options=chrome_options,executable_path='/Users/user/Desktop/code/linkedin/chromedriver') company = Company("https://ca.linkedin.com/company/google",driver=driver) print(company)

@bigmrw
Copy link

bigmrw commented Aug 17, 2023

I just wanted to report that I am experiencing the same issue.

@rafaeldelrey
Copy link

Same here. Company scraping is not working

@jamesdeluk
Copy link

jamesdeluk commented Aug 23, 2023

There is a fix in abb600b

I simply copied that company.py to my pip install directory and it worked :)

EDIT: Although when doing that, scrape=False doesn't seem to work, neither does some other functionality e.g. get_employees.

@paseto
Copy link

paseto commented Oct 7, 2023

Same here. Company scraping is not working

@Mohamed-Abdulla
Copy link

Same here. Company scraping is not working

did you find a fix?

@Smithmayowa20
Copy link

Profile scraping also does not work too.

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

7 participants