Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php32 public function getApply() function in Facebook\\WebDriver\\WebDriverExpectedCondition
422 $visibility_of_element_located->getApply(),
476 return call_user_func($condition->getApply(), $driver);
581 $result = call_user_func($condition->getApply(), $driver);
H A DWebDriverWait.php54 $ret_val = call_user_func($func_or_ec->getApply(), $this->driver);