/**
  * Determines whether an alert occured.
  *
  * @return boolean
  * @access public
  */
 public function isAlertPresent()
 {
     return $this->selenium->isAlertPresent();
 }