Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverTimeouts.php31 * @param int $seconds Wait time in second.
34 public function implicitlyWait($seconds) argument
39 ['implicit' => $seconds * 1000]
47 ['ms' => $seconds * 1000]
56 * @param int $seconds Wait time in second.
59 public function setScriptTimeout($seconds) argument
64 ['script' => $seconds * 1000]
72 ['ms' => $seconds * 1000]
81 * @param int $seconds Wait time in second.
84 public function pageLoadTimeout($seconds) argument
[all …]
/template/bootstrap3/
DRELEASE.md242 …in pure PHP) can speedup a rendering of the page (estimated in 0.3 ~ 0.8 seconds per page) on clie…