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
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
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)
The text was updated successfully, but these errors were encountered: