Currently, I am facing a minor issue and wondering if someone could assist me.
In Sweden, we use Protractor to create automated tests for our trading platform. One of the features on our site is the ability for customers to utilize BankID for authentication and login purposes.
Upon clicking the "Login with BankID" button, an application pops up where users can input their password and click "Authenticate".
Take a look at our BankID login interface here
Now, my questions are:
- Is there a way for me to send keystrokes to the password field within this application?
- How can I simulate a click action on the "Auth" button?
Your assistance in resolving these issues would be greatly appreciated.