I have a webpage with structured data, and I need to extract the data and check for values highlighted in green. However, when I use UiPath’s Data Scraping, it doesn’t capture the color.
Can anyone suggest me how can we automate through UiPath
ppr
(Peter Preuss)
January 30, 2025, 2:53pm
3
depending on the details. Have a look at different available options:
advanced datasscraping (e.g. additional column, class retrieval)
This HowTo introduces on how Data scraping can be configured to retrieve also on non standard information from a web table. After indicating the different data columns with the wizard the extract data definition was post edited and changed to the relevant attributes e.g. value (Text field), src ( Image Source), class (CSS Class Name), tite (Hover Text), href (Url).
Introduction
Following web table is to use for data scraping and also the non text information should be retrieved.
[grafik]
We…
Custom extractions
find children
maybe for each UiElement loop
When color has to be detected at HTML Element level: