|
|
|
|
|
- Checking the function
- Difference of message type
EmulateDialog (Function) In french: PiloteDialogue Emulates the next call to Dialog and automatically clicks the button passed as parameter. Caution: This function can only be used as part of an automation test.. In this case, the test checks whether the dialog is called and responds automatically. This function has no action when it is not used with automated tests.
EmulateDialog(1)
SWITCH Dialog("Do you want to save the modifications?")
CASE 1
CASE 2
END
Syntax
EmulateDialog(<Return value>)
<Return value>: Integer Value of button in the Dialog window on which the click must be performed. Remarks Difference of message type The order of functions EmulateXXX must respect the display order of functions Error, Info, ... Otherwise, a fatal error will be triggered. Component: wd300testexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|