I'm trying to access the breadcrumbs that are commented out in the DOM. The code is something like this:
<div id = wrapper>
<!--
<ul class = "breadcrumbs">
<li>Bcrumb1</li>
<li>Bcrumb2</li>
</ul> -->
</div>
Is there a way to achieve this ?