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
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 ?