Computer Science, asked by ajaypahwa2762, 9 months ago

While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow?

Answers

Answered by KINGofDEVIL
6

ANSWER :

Whenever that popup will appear I have to click on "Close" good part is its ... kuldip.gohil May 11, 2017, 12:34pm #1. I am it was a pop up window "when the PDF had more.

Answered by mariospartan
0

Answer:

Using ContinueOnError with Attach window property and TryCatch method.

Explanation:

  • TryCatch Method

System. Activities. Statements. TryCatch (Syntax)

The syntax detects and catches the detected exception in the installation process or workflow, and it either shows the exception as notification or disperses it and continues with the workflow.

  • ContinueOnError with Attach window property

The attached window helps us to work simultaneously multiple task together, helpful in workflow with automating an installation wizard. Whereas the ContinueOnError is a Boolean characteristic with true and false value, which encounters problem is set to true dismisses those errors and continues with the workflow if false, then popup error continues.

Similar questions