Is it possible to read data from a web page rendered using javascript? Specifically, there is a web page with a countdown timer on it that I believe is populated using javascript. As such the page source does not contain the time as it updates on the page. Is there a way to read that value?
Thanks!
Thanks!