예제 #1
0
 /**
  * Reloads the current browser.
  *
  * @return Crawler
  *
  * @api
  */
 public function reload()
 {
     return $this->subject->reload();
 }