Home
last modified time | relevance | path

Searched refs:byVisibleText (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php46 $this->byVisibleText($text, false, false);
51 $this->byVisibleText($text, true, false);
H A DAbstractWebDriverCheckboxOrRadio.php85 $this->byVisibleText($text);
90 $this->byVisibleText($text, true);
143 protected function byVisibleText($text, $partial = false, $select = true) function in Facebook\\WebDriver\\AbstractWebDriverCheckboxOrRadio