Searched refs:deselectOption (Results 1 – 3 of 3) sorted by relevance
166 $this->deselectOption($option);178 $this->deselectOption($option);194 $this->deselectOption($option);207 $this->deselectOption($option);220 $this->deselectOption($option);239 protected function deselectOption(WebDriverElement $option) function in Facebook\\WebDriver\\WebDriverSelect
104 $select ? $this->selectOption($element) : $this->deselectOption($element);133 $select ? $this->selectOption($elements[$index]) : $this->deselectOption($elements[$index]);180 $select ? $this->selectOption($element) : $this->deselectOption($element);234 protected function deselectOption(WebDriverElement $element) function in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio
30 $this->deselectOption($checkbox);