Extract Text using Find Children Activity

Hello There,

I was trying to getText from a bunch of paragraph tags within a part of a web-page using FindChildren. I tried attributes such as innertext, innerhtml etc but was not sure how I can get text only from a set of paragraph tags. Appreciate your inputs

Thanks
Hara

Hi @Hara_Gopal,
Please find the workflow where i have extracted values from a website(https://docs.uipath.com/activities/docs/introduction) from paragraph tags. _Test2.xaml (7.3 KB)

Hope this helps out !!

Hello Indrajit,

Thank you for that. This solution was similar to what i already tried. E.g: UiElement.Get(“Attribute”). The Problem however is that this pulls all the unwanted data. I however want data only from the paragraph tags. Do you see any other alternatives ?

Thank you
Hara