Lines Matching refs:to

57      * @param bool $isW3cCompliant false to use the legacy JsonWire protocol, true for the W3C WebDriver spec
79 * @param int|null $connection_timeout_in_ms Set timeout for the connect phase to remote Selenium WebDriver server
80 * @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
81 * @param string|null $http_proxy The proxy to tunnel requests to the remote Selenium WebDriver through
82 * @param int|null $http_proxy_port The proxy port to tunnel requests to the remote Selenium WebDriver through
122 // This has changed with the W3C WebDriver spec, but is the only way how to pass these
144 * @param int|null $connection_timeout_in_ms Set timeout for the connect phase to remote Selenium WebDriver server
145 * @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
146 * @param bool $isW3cCompliant True to use W3C WebDriver (default), false to use the legacy JsonWire protocol
155 // BC layer to not break the method signature
282 * Return an opaque handle to this window that uniquely identifies it within this driver instance.
295 * Get all window handles available to the current session.
297 * Note: Do not use `end($driver->getWindowHandles())` to find the last open window, for proper solution see:
298 * https://github.com/php-webdriver/php-webdriver/wiki/Alert,-tabs,-frames,-iframes#switch-to-the-new-window
318 * The executed script is assumed to be synchronous and the result of evaluating the script will be returned.
320 * @param string $script The script to inject.
338 * The driver will pass a callback as the last argument to the snippet, and block until the callback is invoked.
340 * You may need to define script timeout using `setScriptTimeout()` method of `WebDriverTimeouts` first.
342 * @param string $script The script to inject.
344 * @return mixed The value passed by the script to the callback.
362 * @param string $save_as The path of the screenshot to be saved.
426 * An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
437 * Switch to a different window or frame.
631 * Create instance based on response to NEW_SESSION command.
696 * @param string $id The id of the element to be created.
705 * Cast legacy types (array or null) to DesiredCapabilities object. To be removed in future when instance of