Have to write a Python app to communicate and fetch some data from a password protected, JavaScript enabled web app.
The webapp unfortunately requires JavaScript to run, and refuses to work if JavaScript is disabled. Therefore, 'urllib2' and 'requests' don't work when trying to fetch data.
What are my options at this point? If I grabbed HTTP traffic via some tool such as Firebug, and tried re-playing this traffic via some Python method, would this work? All I need for the script to do is:
- Login into website
- Change a dropdown item
- Grab a single line of text and logout