R/r6_locator.R
Locator.Rd
Locator Class
Locator$and()
Locator$content_frame()
Locator$drag_to()
Locator$evaluate()
Locator$evaluate_all()
Locator$evaluate_handle()
Locator$filter()
Locator$frame_locator()
Locator$or()
Locator$page()
Locator$set_input_files()
Locator$tap()
Locator$all()
Locator$all_inner_texts()
Locator$all_text_contents()
Locator$blur()
Locator$bounding_box()
Locator$check()
Locator$clear()
Locator$click()
Locator$count()
Locator$dblclick()
Locator$dispatch_event()
Locator$fill()
Locator$first()
Locator$focus()
Locator$get_attribute()
Locator$get_by_alt_text()
Locator$get_by_label()
Locator$get_by_placeholder()
Locator$get_by_role()
Locator$get_by_test_id()
Locator$get_by_text()
Locator$get_by_title()
Locator$highlight()
Locator$hover()
Locator$inner_h_t_m_l()
Locator$inner_text()
Locator$input_value()
Locator$is_checked()
Locator$is_disabled()
Locator$is_editable()
Locator$is_enabled()
Locator$is_hidden()
Locator$is_visible()
Locator$last()
Locator$locator()
Locator$nth()
Locator$parent()
Locator$press()
Locator$press_sequentially()
Locator$screenshot()
Locator$scroll_into_view_if_needed()
Locator$select_option()
Locator$select_text()
Locator$set_checked()
Locator$text_content()
Locator$uncheck()
Locator$wait_for()
Locator$new()
Locator$clone()
and()
content_frame()
drag_to()
evaluate()
evaluate_all()
evaluate_handle()
filter()
frame_locator()
or()
page()
set_input_files()
tap()
all()
Locator$all(...)
all_inner_texts()
Locator$all_inner_texts(...)
all_text_contents()
Locator$all_text_contents(...)
blur()
Locator$blur(...)
bounding_box()
Locator$bounding_box(...)
check()
Locator$check(...)
clear()
Locator$clear(...)
click()
Locator$click(...)
count()
Locator$count(...)
dblclick()
Locator$dblclick(...)
dispatch_event()
Locator$dispatch_event(...)
fill()
Locator$fill(...)
first()
Locator$first(...)
focus()
Locator$focus(...)
get_attribute()
Locator$get_attribute(...)
get_by_alt_text()
Locator$get_by_alt_text(...)
get_by_label()
Locator$get_by_label(...)
get_by_placeholder()
Locator$get_by_placeholder(...)
get_by_role()
Locator$get_by_role(...)
get_by_test_id()
Locator$get_by_test_id(...)
get_by_text()
Locator$get_by_text(...)
get_by_title()
Locator$get_by_title(...)
highlight()
Locator$highlight(...)
hover()
Locator$hover(...)
inner_h_t_m_l()
Locator$inner_h_t_m_l(...)
inner_text()
Locator$inner_text(...)
input_value()
Locator$input_value(...)
is_checked()
Locator$is_checked(...)
is_disabled()
Locator$is_disabled(...)
is_editable()
Locator$is_editable(...)
is_enabled()
Locator$is_enabled(...)
is_hidden()
Locator$is_hidden(...)
is_visible()
Locator$is_visible(...)
last()
Locator$last(...)
locator()
Locator$locator(...)
nth()
Locator$nth(...)
parent()
Locator$parent(...)
press()
Locator$press(...)
press_sequentially()
Locator$press_sequentially(...)
screenshot()
Locator$screenshot(...)
scroll_into_view_if_needed()
Locator$scroll_into_view_if_needed(...)
select_option()
Locator$select_option(...)
select_text()
Locator$select_text(...)
set_checked()
Locator$set_checked(...)
text_content()
Locator$text_content(...)
uncheck()
Locator$uncheck(...)
wait_for()
Locator$wait_for(...)
new()
Locator$new(parent)
clone()
The objects of this class are cloneable with this method.
Locator$clone(deep = FALSE)
deep
Whether to make a deep clone.