gaspa93 / googlemaps-scraper

Google Maps reviews scraping
GNU General Public License v3.0
378 stars 136 forks source link

Fails on [Review 0] #29

Closed GeorgeGoat closed 1 year ago

GeorgeGoat commented 2 years ago

Returns the following error:


raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"div.siAUzd-neVct.section-scrollbox.cYB2Ge-oHo7ed.cYB2Ge-ti6hGc"}```
ChoongLiang commented 2 years ago

same

BatoolHamawi commented 2 years ago

same

MVANVEEN22 commented 2 years ago

Running into the same issue. Anyone have a solution for this?

DevKretov commented 2 years ago

The scroll element has been changed to

.m6QErb.kA9KIf

gaspa93 commented 1 year ago

Branch and latest commits should have solved all issues: a click is needed in order to accept/reject cookies. Bye, Mattia