How do you resolve the exception?

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?
A . Add a missing created event in the Add Customer procedure.
B . Ensure the waitForCreate timeout is longer than 35 seconds in the Add Customer procedure.
C . Ensure the isCreated timeout is longer than 35 seconds in the Add Customer procedure.
D . Add a missing waitForEvent.Exists method in the Add Customer procedure.

Answer: D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments