J4NN0 / linkedin-web-scraper

Python Web Scraper for LinkedIn to collect and store company data (e.g. name, description, industry, etc.) into .xls file
https://youtu.be/2pSjPOuMDhk
GNU General Public License v3.0
37 stars 9 forks source link

Error on Browsernavigator.py #1

Open ccolombo71 opened 3 years ago

ccolombo71 commented 3 years ago

Hello, I run the code But I have an error in this line into Broswernavigator.py

raise NoSuchElementException("after ", self.sleep_time, " attempts the element is still not \ found.")

Culd you please help me ?

Thanks