Jena
(Sudha)
January 23, 2025, 8:39am
1
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.
ppr
(Peter Preuss)
January 23, 2025, 9:06am
3
we can make use of the following options:
find children - ten post processing the result
for each UiElement activity
Data Scrapping:
Jena
(Sudha)
January 23, 2025, 10:06am
4
Hello Can you share this script please?
ppr
(Peter Preuss)
January 23, 2025, 10:08am
5
was just done a quick check with the extract data wizard. So there is no XAML. Just try it by your own also
Jena
(Sudha)
January 24, 2025, 7:23am
6
How did you skip few of the UI elements? Any conditions ?
Jena
(Sudha)
January 24, 2025, 7:55am
7
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 ?
ppr
(Peter Preuss)
January 24, 2025, 8:41am
8
Jena:
few of the UI elements?
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