If i try to read the text "Total Number = 533" using the following xpath //*[@id='Content'] it returns the value along with the content in the table tag also. but i just want to read the text "Total Number = 533" alone.
<div id="Content">
<h1>Suspended Accounts Report</h1>
Total Number = 533
<br>
<table>
<thead>
...........
<tbody>
..............
</table>