reload: Page class: Reload the current page

View source: R/nav_utils.R

reloadR Documentation

Page class: Reload the current page

Description

The reload function reloads the current page within a web browser session.

Usage

reload(page_df)

Arguments

page_df

A data frame containing page information, including the page_id column. This data frame is used to identify the page object that needs to be reloaded.

Value

The updated page_df data frame.

Examples

# Create a page_df data frame
page_df <- data.frame(page_id = "my_page")

# Reload the page using the page_df
reload(page_df)



benjaminguinaudeau/playwrightr documentation built on Nov. 8, 2023, 8:36 p.m.