InvokeAndWait(string)

Command which will execute the current step of the current wizard and then load up the next step. This is synonymous as invoking the 'Next' button on the step panel. This command requires the UI, is not supported in batch mode The caller is blocked until execution finishes.

Declaration Syntax

public static void InvokeAndWait(string AdditionalActions)

Parameters

AdditionalActions(string)

The additonal actions that should take place before performing the actions associated with the 'Next' button. Supported actions include path to other buttons defined in the step, separated by commas. This parameter is optional, pass a value or null.