Our web application utilizes an applet provided by a third party to validate users in their database. Once a user logs in, the system displays a text box within the applet for them to enter a key code sent to their mobile or email. The key code constantly changes and must be entered correctly. Is there a way to use Selenium Webdriver to read and input the key code in the applet?
We have no access to the source code of the third-party applet; it appears as a popup when the user clicks on a button, prompting them to enter credentials and the unique key code to proceed. Our automation script uses Selenium Webdriver with Java.
Any assistance on this matter would be greatly appreciated.
Thank you,