An NDoc Documented Class Library

ISelenium.ChooseCancelOnNextConfirmation Method 

By default, Selenium's overridden window.confirm() function will return true, as if the user had manually clicked OK. After running this command, the next call to confirm() will return false, as if the user had clicked Cancel.

void ChooseCancelOnNextConfirmation();

See Also

ISelenium Interface | Selenium Namespace