MatthewChatham / glassdoor-review-scraper

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

Helpful Count #4

Open bhavanal opened 5 years ago

bhavanal commented 5 years ago

The scraping of helpful isnt working and is always returning 0 as the output as mentioned in the exception

MatthewChatham commented 5 years ago

@bhavanal Can you provide more info about the exception you're seeing? Is it related to #3?

ssoftcheck commented 5 years ago

replace your selector with this helpful = review.find_element_by_class_name( 'voteHelpful').find_element_by_class_name( 'count').find_element_by_tag_name('span')