I am trying to login into the following page using python, selenium and chrome:
You don't need my username and password to recreate this scenario. Use a made up username and password, it will work the same. If I open a 'normal' chrome window (so not using selenium) and try to login with any username/password (assuming it si incorrect) u get an 'invalid username/password' error.
If I try to login using python selenium and chrome and use my username/password i get an error saying 'An error has occured, please try again'.
Web page therefore recognises selenium and doesn't let me in. Is there anything I can do? I want this 'invalid username/password' also when using selenium and chrome, so that I can login with my correct username and password
Thanks in advance!

