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