Exemplo n.º 1
0
 /**
  * Returns all the options inside this select.
  *
  * @return Element[]
  */
 public function getOptions()
 {
     return $this->element->find(By::tagName('option'))->all();
 }