SPYDialogAction
Values to simulate different interactions on dialogs. See Dialogs for all dialogs available.
spyDialogOK  | = 0  | // simulate click on OK button  | 
spyDialogCancel  | = 1  | // simulate click on Cancel button  | 
spyDialogUserInput  | = 2  | // show dialog and allow user interaction  |