datio/google-reviews-crawler

Selector issue on English language

Opened this issue · 2 comments

Hi, im facing this error with English language
Screenshot_1

the only thing I change is th aria-label for english language
let scrollableReviewsContainer = await page.waitForSelector('[aria-label="Sort reviews"]');

datio commented

Indeed @adnanhassan23 thank you for bringing this to my attention.

It seems like they've started using different HTML for the English language on the highlighted component below.
Maybe it's the "new" version they haven't yet deployed for other languages or it could be they're A/B testing something, who knows.

Screenshot from 2022-07-11 16-42-24

I'll see what can be done about this tonight. Feel free to open a pull request in case you manage to troubleshoot the selectors yourself till then. Cheers !

Any updates?