When I view the webpage I see the numerical data I want to retrieve. However, when I view the page source the actual numbers are not there. Instead I see the following:
<td class="idc-td-12 idc-t-numeric"
data-bind="numericText:accumulatedDepreciationDepletion, format: '(0.00 a)'">
0,0.00
</td>
It only shows a format, rather than the number. Is there a way I can access this bound data (the actual numbers that I see on the webpage). I am using C#, HtmlAgilityPack