/**
  * Simulates clicking on the browser's "refresh" button.
  *
  * @return string
  * @access public
  */
 public function refresh()
 {
     return $this->selenium->refresh();
 }