Unable to extract URL by data scraping in uipath

hello, i am trying to scrape data from Resdex (https://freesearch.naukri.com/) using DataScraping.
When scrape URL for candidates profile, i dont get all the URL in the extracted datatable. Only those URLs are extracted where i have clicked on “invoke property getter” during inspecting the elements!
When I tried to inspect the hyperlinks, I found here href property was blank. after clicking on invoke property getter option the href value got visible.
I have attached the screenshots for the same. Please help me to know why i am to able to extract all the URLs.
Thank you.
blank URLS
href
invoke property getter

@Priyanka_Sharma1
I can confirm your observation, href value is filled after some actions on the link. But fortunately hovering is working and let generate the link info.

So with find children we can rtrieve all links, we iterate over the found links and doing a hover on the link. Then data can be grabbed.

Priyanka_Sharma1.xaml (9.8 KB)

3 Likes

WOW, thanx a ton peter. I am very happy with your solution. god bless you

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.