Skip to contents

Page Class

Page Class

Methods


Method add_locator_handler()

Usage

Page$add_locator_handler()


Method remove_locator_handler()

Usage

Page$remove_locator_handler()


Method route_from_h_a_r()

Usage

Page$route_from_h_a_r()


Method add_init_script()

Usage

Page$add_init_script(...)


Method add_script_tag()

Usage

Page$add_script_tag(...)


Method add_style_tag()

Usage

Page$add_style_tag(...)


Method bring_to_front()

Usage

Page$bring_to_front(...)


Method close()

Usage

Page$close(...)


Method content()

Usage

Page$content(...)


Method context()

Usage

Page$context(...)


Method drag_and_drop()

Usage

Page$drag_and_drop(...)


Method emulate_media()

Usage

Page$emulate_media(...)


Method evaluate()

Usage

Page$evaluate(...)


Method evaluate_handle()

Usage

Page$evaluate_handle(...)


Method expose_binding()

Usage

Page$expose_binding(...)


Method expose_function()

Usage

Page$expose_function(...)


Method frame()

Usage

Page$frame(...)


Method frame_locator()

Usage

Page$frame_locator(...)


Method frames()

Usage

Page$frames(...)


Method get_by_alt_text()

Usage

Page$get_by_alt_text(...)


Method get_by_label()

Usage

Page$get_by_label(...)


Method get_by_placeholder()

Usage

Page$get_by_placeholder(...)


Method get_by_role()

Usage

Page$get_by_role(...)


Method get_by_test_id()

Usage

Page$get_by_test_id(...)


Method get_by_text()

Usage

Page$get_by_text(...)


Method get_by_title()

Usage

Page$get_by_title(...)


Method go_back()

Usage

Page$go_back(...)


Method go_forward()

Usage

Page$go_forward(...)


Method goto()

Usage

Page$goto(...)


Method is_closed()

Usage

Page$is_closed(...)


Method locator()

Usage

Page$locator(...)


Method main_frame()

Usage

Page$main_frame(...)


Method opener()

Usage

Page$opener(...)


Method pause()

Usage

Page$pause(...)


Method pdf()

Usage

Page$pdf(...)


Method reload()

Usage

Page$reload(...)


Method route()

Usage

Page$route(...)


Method screenshot()

Usage

Page$screenshot(...)


Method set_content()

Usage

Page$set_content(...)


Method set_default_navigation_timeout()

Usage

Page$set_default_navigation_timeout(...)


Method set_default_timeout()

Usage

Page$set_default_timeout(...)


Method set_extra_h_t_t_p_headers()

Usage

Page$set_extra_h_t_t_p_headers(...)


Method set_viewport_size()

Usage

Page$set_viewport_size(...)


Method title()

Usage

Page$title(...)


Method unroute()

Usage

Page$unroute(...)


Method unroute_all()

Usage

Page$unroute_all(...)


Method url()

Usage

Page$url(...)


Method video()

Usage

Page$video(...)


Method viewport_size()

Usage

Page$viewport_size(...)


Method wait_for_event()

Usage

Page$wait_for_event(...)


Method wait_for_function()

Usage

Page$wait_for_function(...)


Method wait_for_load_state()

Usage

Page$wait_for_load_state(...)


Method wait_for_request()

Usage

Page$wait_for_request(...)


Method wait_for_response()

Usage

Page$wait_for_response(...)


Method wait_for_u_r_l()

Usage

Page$wait_for_u_r_l(...)


Method workers()

Usage

Page$workers(...)


Method new()

Usage

Page$new(parent, async = F)


Method clone()

The objects of this class are cloneable with this method.

Usage

Page$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.