Hey folks, I’m using Table Extraction feature to scrape google workspace marketplace reviews. I want to also download user ratings, but if I use Table Extraction, it doesn’t get the stars:
I try to manually select the stars but can’t, and when I used the browser inspection tool, they seem to appear as svg data.
When I try to use UiPath’s UI explorer however, I get a selector value that says ‘User Rating: 2 stars’:
Is there a way to extract instead this selector value, preferably using Table Extraction tool? If can’t, is there another way I can loop thru all the reviews (including the ones on the next pages) and still get the username, date, comment and user rating?
Thanks in advance!