Skip to contents

Frame Class

Frame Class

Methods


Method frame_element()

Usage

Frame$frame_element()


Method add_script_tag()

Usage

Frame$add_script_tag(...)


Method add_style_tag()

Usage

Frame$add_style_tag(...)


Method child_frames()

Usage

Frame$child_frames(...)


Method content()

Usage

Frame$content(...)


Method drag_and_drop()

Usage

Frame$drag_and_drop(...)


Method evaluate()

Usage

Frame$evaluate(...)


Method evaluate_handle()

Usage

Frame$evaluate_handle(...)


Method frame_locator()

Usage

Frame$frame_locator(...)


Method get_by_alt_text()

Usage

Frame$get_by_alt_text(...)


Method get_by_label()

Usage

Frame$get_by_label(...)


Method get_by_placeholder()

Usage

Frame$get_by_placeholder(...)


Method get_by_role()

Usage

Frame$get_by_role(...)


Method get_by_test_id()

Usage

Frame$get_by_test_id(...)


Method get_by_text()

Usage

Frame$get_by_text(...)


Method get_by_title()

Usage

Frame$get_by_title(...)


Method goto()

Usage

Frame$goto(...)


Method is_detached()

Usage

Frame$is_detached(...)


Method is_enabled()

Usage

Frame$is_enabled(...)


Method locator()

Usage

Frame$locator(...)


Method name()

Usage

Frame$name(...)


Method page()

Usage

Frame$page(...)


Method parent_frame()

Usage

Frame$parent_frame(...)


Method set_content()

Usage

Frame$set_content(...)


Method title()

Usage

Frame$title(...)


Method url()

Usage

Frame$url(...)


Method wait_for_function()

Usage

Frame$wait_for_function(...)


Method wait_for_load_state()

Usage

Frame$wait_for_load_state(...)


Method wait_for_u_r_l()

Usage

Frame$wait_for_u_r_l(...)


Method new()

Usage

Frame$new(parent)


Method clone()

The objects of this class are cloneable with this method.

Usage

Frame$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.