What can you use to close the window without stopping the workflow?


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?
A . Use a Click activity and set its TimeoutMS property to 30
B . Use a Click activity inside a Try Catch activity
C . Use a Click activity with the ContinueOnError property set to True

Answer: B,C

Leave a Reply

Your email address will not be published.