Reading HTML (generated by JavaScript)
927638Mar 30 2012 — edited Mar 31 2012Hi all.
I have some time trying to "read" HTML generated by javaScript.
For this purpose I created this test page on my website at [http://www.123dogs.co.uk/javaScript.php] , which is simply displaying the time.
I'll wish to somehow get HTML generated by this javaScript function.
(Mind you is not even show in source code).
I have managed to do it by creating a WebDriver (but this is loading page etc, I want a quicker method)
Any other way to get it?
Thanks.