How to Extract Text from Different Business Articles in Google News

Hello,

I am trying to extract text using data scrapping methods from different google news articles and writing the content into an excel sheet. Challenge is, google news contains articles from different websites which does not have unique selector to extract content. How do I form a dynamic selector that works for all news articles? Or is there way of extracting data from different web pages?

Attached the XAML file. My work flow failing at ‘Get Full Text’ activity as there is no dynamic selector

Main.xaml (17.8 KB)