I'm trying to login to a site using the requests library in Python.
In the returned html, I see "You must have javascript enabled to login". So, I test it in my browser with javascript disabled, and it says the same thing.
My question is, is there a library in Python that will allow me to login to a site while maintaining the session, that also supports javascript?