Exemple #1
0
 /**
  * @return self
  */
 public function click()
 {
     $this->crawler->click($this->id);
     return $this;
 }