Parsin Dynamic JS
-
Hey
This is the main code:
<div class="info"><h4>Number of Hosts</h4> <p><b id="plans"><i class="fas fa-spinner fa-spin"></i></b></p></div>
This is on inspect:
<div class="info"><h4>Number of Hosts</h4> <p><b id="plans">1</b></p></div>
Is the value "1" capturable or reproducable ?
-
You probably need to look at network inspector and see which other request gets the data you want, cause it's not in that page.
-
That's definitely true, thanks