how to validate that the login is successful when posting my credentials using Python requests library – Html
I am trying to use the Python's requests library to insert my credentials in a website. However i don't know how to verify if the login is successful. The page that i am trying to insert my credentials is this.…