MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
180 stars 252 forks source link

Getting an error | No such element found | Please help with this #35

Open Amanprabhat opened 4 years ago

Amanprabhat commented 4 years ago

Message: no such element: Unable to locate element: {"method":"css selector","selector":".eiReviewsEIReviewsPageContainerStylespagination.noTabover.mt"}

sachinchaturvedi93 commented 4 years ago

https://github.com/sachinchaturvedi93/glassdoor-review-scraper

Check out my forked repo with changes and improvements

Amanprabhat commented 4 years ago

Hi Sachin,

Thank you so much for the above help. I have used the same and it worked after tweaking this code a little. :)

sachinchaturvedi93 commented 4 years ago

Welcome Aman!

fallguy commented 4 years ago

Hi Sachin,

Thank you so much for the above help. I have used the same and it worked after tweaking this code a little. :)

@Amanprabhat What changes did you make? Mind posting?

I'm still receiving the error below:

Unable to locate element: {"method":"css selector","selector":".commonEiReviewTextStylesallowLineBreaks"}

hannez11 commented 4 years ago

I have the same error with Matthew's current commit.

Some of the class selectors changed (e.g. to "v2EIReviewDetailsV2fullWidth", there might be some others that changed too)

However, sachinchaturvedi93 version is still working. Be aware that it only works for the English glassdoor page. Localized pages have other selectors, which do not work with this scraper

PrithiPal commented 4 years ago

@Amanprabhat I suggest you to include keyword "eiReviewsEIReviewsPageContainerStylespagination" in the issue title to make it more searchable.