/**
  * Goes forward in the browser history.
  *
  * @return Crawler
  *
  * @api
  */
 public function forward()
 {
     return $this->subject->forward();
 }