On a marketplace website, I extracted the attribute (capacity_gold) from a table. Since the values are dynamic and constantly changing, I aim to develop a basic script that will notify me when the attribute value exceeds 100.
The current value of the attribute can be found in an HTML table with ID "capacity_gold".
<td id="capacity_gold" class="center"></td>