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