Example #1
0
 /**
  * @param  mixed $value
  * @return self
  */
 public function setValue($value)
 {
     $this->crawler->setValue($this->id, $value);
     return $this;
 }