Concise, Lazy and Reliable Wrapper for 'chromote' and 'RSelenium'


[Up] [Top]

Documentation for package ‘selenider’ version 0.1.2

Help Pages

==.selenider_element Are two elements equivalent?
as.list.selenider_elements Iterate over an element collection
attr_contains Does an element's attribute match a value?
back Move back or forward in browsing history
c.selenider_element Combine multiple HTML elements
c.selenider_elements Combine multiple HTML elements
close_session Close a session object
create_chromote_session Start a session
create_selenium_client Start a session
create_selenium_server Start a session
element_list Iterate over an element collection
elem_ancestors Get the DOM family of an element
elem_attr Get attributes of an element
elem_attrs Get attributes of an element
elem_cache Force an element to be collected and stored
elem_children Get the DOM family of an element
elem_clear_value Set the value of an input
elem_click Click an element
elem_css_property Get a CSS property of an element
elem_descendants Get the DOM family of an element
elem_double_click Click an element
elem_equal Are two elements equivalent?
elem_expect Test one or more conditions on HTML elements
elem_expect_all Test conditions on multiple elements
elem_filter Extract a subset of HTML elements
elem_find Extract a subset of HTML elements
elem_flatmap Iterate over an element collection
elem_flatten Combine multiple HTML elements
elem_hover Hover over an element
elem_name Get the tag name of an element
elem_parent Get the DOM family of an element
elem_right_click Click an element
elem_scroll_to Scroll to an element
elem_send_keys Set the value of an input
elem_set_value Set the value of an input
elem_siblings Get the DOM family of an element
elem_size Get the number of elements in a collection
elem_submit Submit an element
elem_text Get the text inside an element
elem_value Get attributes of an element
elem_wait_until Test one or more conditions on HTML elements
elem_wait_until_all Test conditions on multiple elements
execute_js_expr Execute a JavaScript function
execute_js_fn Execute a JavaScript function
find_element Find a single HTML child element
find_element.selenider_element Find a single HTML child element
find_element.selenider_session Find a single HTML child element
find_elements Find multiple HTML child elements
find_elements.selenider_element Find multiple HTML child elements
find_elements.selenider_session Find multiple HTML child elements
forward Move back or forward in browsing history
get_actual_element Get the element associated with a selenider element
get_actual_elements Get the element associated with a selenider element
get_page_source Read the HTML of a session
get_session Get or set the local selenider session
has_attr Does an element's attribute match a value?
has_at_least Does a collection have a certain number of elements?
has_css_property Does an element's css property match a value?
has_exact_text Does an element contain a pattern?
has_length Does a collection have a certain number of elements?
has_name Does an element have a tag name?
has_size Does a collection have a certain number of elements?
has_text Does an element contain a pattern?
has_value Does an element's attribute match a value?
is_absent Does an element exist?
is_disabled Is an element enabled?
is_displayed Is an element visible?
is_enabled Is an element enabled?
is_hidden Is an element visible?
is_invisible Is an element visible?
is_in_dom Does an element exist?
is_present Does an element exist?
is_visible Is an element visible?
keys Special keys
length.selenider_elements Get the number of elements in a collection
local_session Get or set the local selenider session
minimal_selenider_session Create a session with custom HTML
open_url Open a URL
read_html.selenider_element Read a live HTML document
read_html.selenider_session Read a live HTML document
refresh Reload the current page
reload Reload the current page
s Select HTML elements
selenider-config Selenider options
selenider_available Check if selenider can be used
selenider_session Start a session
skip_if_selenider_unavailable Check if selenider can be used
ss Select HTML elements
take_screenshot Take a screenshot of the current page
with_session Get or set the local selenider session
[.selenider_elements Extract a subset of HTML elements
[[.selenider_elements Extract a subset of HTML elements