Lines Matching refs:a

75      * Construct the RemoteWebDriver by a desired capabilities.
80 * @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
121 // TODO: Selenium (as of v3.0.1) does accept requiredCapabilities only as a property of desiredCapabilities.
139 * This constructor can boost the performance a lot by reusing the same browser for the whole test suite.
145 * @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
186 * Create a new top-level browsing context.
237 * Load a new web page in the current browser window.
252 * Get a string representing the current URL that the browser is looking at.
317 * Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame.
335 * Inject a snippet of JavaScript into the page for asynchronous execution in the context of the currently selected
338 * The driver will pass a callback as the last argument to the snippet, and block until the callback is invoked.
360 * Take a screenshot of the current page.
383 * Status returns information about whether a remote end is in a state in which it can create new sessions.
393 * Construct a new WebDriverWait by the current WebDriver instance.
416 * An abstraction for managing stuff you would do in a browser menu. For example, adding and deleting cookies.
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.
484 * Construct a new action builder.
556 * Returns a list of the currently active sessions.