How to capture/scrap alternative text from the webpage

I have a webpage, would like to capture specific texts from specific location, see my screenshot from the webpage. I tried table extraction but can’t do specific selection/extraction in red marked items as I want.

This website has Solubility data which i would like to capture in certain ways.
Formaldehyde | H2CO | CID 712 - PubChem

My Expected data should be :

Ideally we want to see it’s captured like this:

@Jena,

Check if they are kind of any list or anything by opening developer option in the browser. If the Ui elements have any pattern as such you can use For Each Ui Element activity and inside it use Get Attribute activity to get the desired value of the Ui Element.

we can make use of the following options:

Hello Can you share this script please?

was just done a quick check with the extract data wizard. So there is no XAML. Just try it by your own also

How did you skip few of the UI elements? Any conditions ?

I am currently struggling to do so, I see the ui elements have some differences

I want to pick these elements having class="break-words space-y-1"

But i am not sure how to filter specific items ?

when you analyze the structure, then you get some more details on the div series.

If the manually editing of the data scraping extraction config causes too much uncertainty then we recommend to use

  • find children activty
  • filter set to: <webctrl tag='DIV' class='break-words space-y-1' />
  • find scope: FIND_DESCENDANTS
  • strict selector: <webctrl id='Solubility' tag='SECTION' />


done wihin the immeditate panel:

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum