/**
  * 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.
  *
  * @return string
  * @access public
  */
 public function chooseCancelOnNextConfirmation()
 {
     return $this->selenium->chooseCancelOnNextConfirmation();
 }