I want to scrape the contents of a webpage. The contents are produced after a form on that site has been filled in and submitted.
I\'ve read on how to scrape the en
Using python, I think it takes the following steps:
this explains form elements in html file