A
AlecYuan
Guest
I have a Windows application(Print Driver).
We use UI Automation to click a button("Authentication" button). After clicking the button, the Windows application will open an "Authentication" dialog, we need to provide the user name and password in the corresponding text boxes, and then click the "OK" button. The normal dialog is as follows:
But after clicking the button ("Authentication" button), an empty "Authentication" dialog opened. The empty dialog is as followsThe loading of the dialog box was triggered twice)
Why would such phenomenon happen?
Hope to get your help, thanks!
-----
Reference:
UI Automation -Invoke:An empty dialog is opened - Microsoft Q&A
Continue reading...
We use UI Automation to click a button("Authentication" button). After clicking the button, the Windows application will open an "Authentication" dialog, we need to provide the user name and password in the corresponding text boxes, and then click the "OK" button. The normal dialog is as follows:
But after clicking the button ("Authentication" button), an empty "Authentication" dialog opened. The empty dialog is as followsThe loading of the dialog box was triggered twice)
Why would such phenomenon happen?
Hope to get your help, thanks!
-----
Reference:
UI Automation -Invoke:An empty dialog is opened - Microsoft Q&A
Continue reading...