Question
Centene Corporation
US
Last activity: 28 Nov 2018 17:05 EST
Web automation: How to respond to pop-up during login
I am writing an RPA automation for a web site using Internet Explorer.
I have an ASO Manager doing the login. There is a page with a user name text box, password text box and login button. These are indicated in the ASO properties.
Under certain conditions, the web site presents a modal dialog after pressing the Login button but before the page reloads. The automation must click a button on the modal dialog. I've captured the button. However, running in the debugger shows that the automation does not leave the AsoManager.PerformLogin block. When the login times out, the credentials dialog is displayed (but the credentials are fine). As soon as the modal dialog appears, it indicates that the login was successful and the automation should continue and click the button. How do I do this?