Use password manager with javascript based login page

0
Hi, I have a Mendix theme which uses the HTML login page. In combination with keepass and keefox I do not have to type usernames and password anymore. Works great with all different test users that I have. However, this does not work with the javascript based login page. Keefox does not recognize the form. What do you use to overcome this and prevent yourself from typing usernames and passwords over and over again? Regards, Paul
asked
1 answers
0

The form on the login page is a standard HTML form with the exception that submission of the form happens in JavaScript via XHR. This is triggered by the 'click' event on the 'Login' button. Automation of login with, for example, Selenium handles this fine. How is Keefox attempting to do this?

answered