I have been using htmlparse v 1.6 since a long time. I am facing issue of extracting dynamic fields which is populated by javascript.
e.g.
<div id="details"></div>
<script>
...
..getelementbyid('details').innerHTML="";
</script>
I am not sure whether the release 2.0 supports to get content of such elements. I am now planning to use some browser api like cobra, or javascript api rhino.
Would appreciate your suggestion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been using htmlparse v 1.6 since a long time. I am facing issue of extracting dynamic fields which is populated by javascript.
e.g.
<div id="details"></div>
<script>
...
..getelementbyid('details').innerHTML="";
</script>
I am not sure whether the release 2.0 supports to get content of such elements. I am now planning to use some browser api like cobra, or javascript api rhino.
Would appreciate your suggestion.