Hello,
I have been trying to read up on scraping data from an opened IE page but I have not been able to find anything. All documents I've seen open a blank page and then navigate to a given address.
What I need is quite simply (or it seems to me to be), is to get the "breadcrumbs" list into a Excel cell.
The elements of the breadcrumb list are as follows:
What I need to have in the cells in Excel are the highlighted elements.
Can someone please help?
I have been trying to read up on scraping data from an opened IE page but I have not been able to find anything. All documents I've seen open a blank page and then navigate to a given address.
What I need is quite simply (or it seems to me to be), is to get the "breadcrumbs" list into a Excel cell.
The elements of the breadcrumb list are as follows:
HTML:
<!-- Breadcrumb begins -->
<div id="cn-bcrumb">
<ol>
<li><a href="Page">[highlight #FCE94F]Home[/highlight]</a></li>
<li><a href="Page2">[highlight #FCE94F]Menu1[/highlight]</a></li>
<li><a href="Page3">[highlight #FCE94F]Menu2[/highlight]</a></li>
</ol>
</div>
<!-- Breadcrumb ends / Fin du fil d'Ariane -->
What I need to have in the cells in Excel are the highlighted elements.
Can someone please help?