You are designing an automation that adds new customers to an online insurance web site. If a customer exists, a pop-up window is displayed with an error message, which closes automatically after 35 seconds.
While debugging the automation, you notice that you are receiving a control not created exception message in the Add Customer procedure after a page navigation occurs.
How do you resolve the exception?
- Add a missing created event in the Add Customer procedure.
- Ensure the waitForCreate timeout is longer than 35 seconds in the Add Customer procedure.
- Ensure the isCreated timeout is longer than 35 seconds in the Add Customer procedure.
- Add a missing waitForEvent.Exists method in the Add Customer procedure.
Reveal Solution Next Question