R Client Implementing the W3C WebDriver Specification
Accept alert
Accept alert
Add a specific cookie.
Navigate backwards
Check the response from remote server
Close the current window.
Delete all the cookies.
Delete a given cookie.
Delete the session.
Dismiss Alert
Dismiss Alert
Clear an elements text value.
Click on an element.
Send a sequence of key strokes to an element.
Returns the content from remote webdriver
Return the response from remote webdriver
Execute JavaScript asynchronously on browser.
executeAsyncScriptOld
Execute JavaScript on browser.
Execute JavaScript asynchronously on browser.
Search for an element on the page
Search for an element on the page, starting from another element
Search for multiple elements on the page
Search for multiple elements on the page, starting from another elemen...
Navigate forwards
Make current window full-screen
Get the element on the page that currently has focus.
Get alert text
Get alert text
Get all current domain cookies
Retrieve the URL of the current page.
Get the value of an element's attribute.
Query the value of an element's computed CSS property.
Query the value of an elements property.
Return the dimensions and coordinates of an element
Query for an element's tag name.
Returns the visible text for the element.
Get a named cookie
Get source of last page.
Get the current page title.
get current window handle
Retrieve the current window handle.
Get all window handles.
Get all window handles.
Get current window position
Get window position
getWindowSize
Get window size
Navigate to a new URL.
Determine if an element is currently enabled.
Determine if an element is currently selected.
Maximize the current window.
Maximize the current window.
Create a new session.
Not currently implemented
Send a query to remote Driver.
Refresh the current page.
Not currently implemented
Create a remote driver
Documetation of retry argument
Implements the W3C webdriver specification.
Selenium key mappings
Send text to alert
Send text to alert
Configure the amount of time that a particular type of operation can e...
Change the position of the current window.
Change the position of the specified window.
Change the size of the current window.
Change the size of the specified window.
Change focus to another frame on the page.
Change focus to the parent context.
Change focus to another window.
takeElementScreenshot
takeScreenshot
Create a Web Element
The W3C WebDriver specification defines a way for out-of-process programs to remotely instruct the behaviour of web browsers. It is detailed at <https://w3c.github.io/webdriver/webdriver-spec.html>. This package provides an R client implementing the W3C specification.
Useful links