Hello all,
I am trying to extract content from various news from different sources with the screen scraping function, and check if the extracted text contains certain words such as “UI Path”.
However, I encountered the following problems:
-
Get text function will load before the website is loaded completely. As the internet icon varies depending on the news website, I tried to use the image vanish function on the following icon that appears in the tab when the website is loading, but it doesn’t work as the icon is changing while loading.
-
As the website varies from time to time, my selector is unstable and the get text function is not correct most of the time.
e.g.
https://www.scmp.com/news/world/united-states-canada/article/2155617/ex-employee-zhang-xiaolang-denies-stealing-apples
https://www.cnbc.com/2018/07/12/stormy-daniels-arrested-in-columbus-ohio-while-performing-avenatti.html?recirc=taboolainternal
The selector I am using for the above two news link would be as follows:
Attach Browser selector:
Get full text selector:
Hope you guys can provide some ideas for me to proceed this foward.
Thanks!!