Obtain javascript result

eproser at gmail.com eproser at gmail.com
Fri Oct 21 09:29:32 EDT 2016


Hello NG.

I'm new in Python for fun.

I have a html page (I load it by BeautifulSoap) that contain
also this javascript code:
...
<script language="javascript">
  $(document).ready(function() {
    matchdetails_init('rLu2Xsdi', '1x2');
  });
</script>
...
Please, can You me to aim on the right way
to obtain into a Python data structure 
everything that JS code give back to browser.

Thank in advance




More information about the Python-list mailing list