Not able to scrape Image URLS

HI All,

I am trying to scrape the image URL from the below site.

i am not able to get the image url while chaging src to img.

please find the below screen shoot for reference.

thanks in advance.

Hi,

In my environment, the following works in some page.

Probably we need to check innerhtml of A tag and set proper settings for extracting.

Regards,

1 Like

I tried with the inner HTML to but its not working in my case.

Hi,

Can you share screenshot of UiExplore for your target image as the following?

This means ExractMetaData will be the following after A tag.

<webctrl tag='a' />
<webctrl tag='div' />
<webctrl tag='picture' />
<webctrl tag='img' />

Regards,

Ya its working now after just adding Picture tag .

Thanks a lot .

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