Data scrapping not in correct format

Hi,
Am scrapping the table from link.

Am facing an issue, as am unable to extract the table same as in webapplication.
am getting the data in table within columns…

Can you please share screenshot of what you are getting?

Hi,
Thanks for the reply.
am getting output asCapture

You need to fine tune the selectors. Try this,
ExtractYahooFinanceData.xaml (11.2 KB)

1 Like

Currently am working in edge browser type.so am getting error as unable to communicate with browser

Change the browser type in Attach browser to Edge.
and make sure you UiPath extension added in Edge browser.

1 Like

Hi,
Thanks alot.
Am getting the output. same way i did for remain tabs its working fine. but i struck in finance tab.
how to do that can you plz explain. because i have to scrape for quarterly also.

Inspect the element using UiExplorer or browser inspector and figure out the exact selector.
Other important note is when you are selecting the elements in data scrapping wizard, try to select the outer most tag in the cell.

1 Like

Hai,
Use IE to rectify this error.

2 Likes