Hi, I need to load all the comments on this page VirusTotal and then scrape all of them. It is a bit difficult for me because of shadow root elements. Can you help me with this task?
@vd40 Hi, you should be able to scrape the comments by using the following 'Grouped' selector:
user-view:shadow-root vt-ui-comments-list:shadow-root vt-ui-comment:shadow-root #comment-wrapper div#body > p
Learn how to select elements embedded within the shadow-root here: CSS selector | Web Scraper Documentation