/**
  * Returns the message of a JavaScript question prompt dialog
  * generated during the previous action.
  *
  * @return string
  * @access public
  */
 public function getPrompt()
 {
     return $this->selenium->getPrompt();
 }