How to get text from a Review after the "read more..." element

Viewed 25

I am pulling review data from a website and when I scrape using CSS Selector and XPATH I only get the text leading up to the "read more..."bit and none after. Is there a way I can scrape the data without clicking the read more... bit?

If not, any ideas how to go about scraping all the text? Do I need to locate the positioning of the read more element, click it (its position will change based on the length of previous text), and then extract using CSS Selector or XPATH?

[Image of said "read more..." element]https://i.stack.imgur.com/wdx49.png][1]

0 Answers
Related