when i m trying to scrape number from Just Dial website using data scraping ,the column was created with no values.
Hi Sagar,
What Studio version are you using? I’ve managed to scrape the names with the 18.1.1 Community Edition.
16.2
i tried it with 18.1.1 also but facing same problem with just dial website
Hi @SagarSB,
Try This
Attach Browser
Selector:
"<html title='Top Hospitals in Mumbai - Best 24 Hrs Hospitals - Justdial' />"
Extract Structure Data
Selector
"<webctrl parentid='tab-5' tag='UL' />"
ExtractMetaData
<extract><column name='Column1' attr='text' exact='1' attr2='href' name2='Column2'>
<webctrl class='cntanr' tag='li' />
</column>
</extract>
Regards,
Arivu
hi @SagarSB the data you are trying to copy is form of an image not text