What i need is to check if there is a generic dialog to tell if there is a failure , if so i need to call OnFailure() method else i need to proceed with the test. from the forum here i managed to trap the generic dialog...help i would require is:
how would i check if the Dialog has been triggered and based on that branch to another code :
The code which has helped me so far :
how would i check if the Dialog has been triggered and based on that branch to another code :
The code which has helped me so far :
Manager.DialogMonitor.AddDialog(
new AlertDialog(ActiveBrowser, DialogButton.OK));
Manager.DialogMonitor.Start();
What i would need help in :
an if statement which checks if the generic dialog has been fired and based on which logic branching can take place.
Thanks
Sen