How to extract hyperlinks using data scraping in UiPath ?
Why boolean expression is reflecting while getting the output without using boolean while doing attach browser activity ?
Hello @satyarohith2020 ,
Which link do you want to extract? Can you share the URL or SS to understand it better?
Regards,
Rohith
Use the “Open Browser” activity to navigate to the webpage from which you want to extract hyperlinks.
use the “Data Scraping” wizard to extract hyperlinks
- Indicate the first hyperlink on the webpage.
- UiPath will highlight the selected hyperlink and ask if you want to extract similar elements. Confirm the selection.
3.In the “Extract Data” wizard, select the attributes you want to extract (usually the hyperlink text and the hyperlink URL). Click “Finish” when you’re done.
After using the “Data Scraping” wizard, UiPath will generate a data table containing the extracted hyperlink data. You can use a “For Each Row” activity to iterate through this data table and perform actions on each extracted hyperlink.
Can you please elaborate more on what you mean by boolean in atttach browser
Also if you need to get the pge url then you can use get url activity which gets the current page url
If any other hyper link then indicate that hyper link and find static attributes in it and use the selector in get attribute with href
Cheers
To Extract hyperlinks using Data scraping, you have to indicate the element which contains A Hyperlink
Refer below video
Also the Attach browser output is an UiElement And not a Boolean
Hope it helps you out
Thank you so much vikas…
Hey @satyarohith2020 ,
Kindly close this topic by marking the solution to the appropriate post. So, it will be helpful for other users too.
@satyarohith2020 , Can you kindly mark me as a solution as i have sent the solution with all the reference and it might help the community to easily get the right answer
Thank you
Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.