Lines Matching defs:by
75 * Construct the RemoteWebDriver by a desired capabilities.
137 * [Experimental] Construct the RemoteWebDriver by an existing session.
139 * This constructor can boost the performance a lot by reusing the same browser for the whole test suite.
200 * @param WebDriverBy $by
204 public function findElement(WebDriverBy $by)
208 JsonWireCompat::getUsing($by, $this->isW3cCompliant)
217 * @param WebDriverBy $by
221 public function findElements(WebDriverBy $by)
225 JsonWireCompat::getUsing($by, $this->isW3cCompliant)
344 * @return mixed The value passed by the script to the callback.
393 * Construct a new WebDriverWait by the current WebDriver instance.
595 * For example vendor-specific commands or other commands not implemented by php-webdriver.