/**
  * Simulates the user clicking the "close" button in the titlebar
  * of a popup window or tab.
  *
  * @return string
  * @access public
  */
 public function close()
 {
     return $this->selenium->close();
 }