Is it possible to parse an HTML page using the org.w3c.dom package? For example, let's take a look at . This webpage contains a counter that is updated by JavaScript. However, when trying to retrieve a value from:
<div class='counter_field' id='counter_day'>
I always seem to get 0. Are there any workarounds to obtain the correct value?
Appreciate any insights provided in advance!