As many others have asked, I am trying to use BeautifulSoup in python script to submit data to this form, and retrieve the results.
I have tried to follow this example, which closely matches my need, particularly the section 'Sending data with the form request'. The example neatly packages the form input parameters in an array that is then passed in a POST request.
But when using Chrome's developer tools to see the network responses to this form, I cannot seem to find the query string, because it is wrapped up in the primefaces javascript used on the page.
Can anyone point out where this might be, and how to formulate this in python?