Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php38 * @param callable|WebDriverExpectedCondition $func_or_ec
46 public function until($func_or_ec, $message = '') argument
53 if ($func_or_ec instanceof WebDriverExpectedCondition) {
54 $ret_val = call_user_func($func_or_ec->getApply(), $this->driver);
56 $ret_val = call_user_func($func_or_ec, $this->driver);