joeyism/linkedin_scraper

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

Opened this issue · 6 comments

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 commented

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

Same here. Company scraping is not working

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 commented

Same here. Company scraping is not working

Same here. Company scraping is not working

did you find a fix?

Profile scraping also does not work too.