go_forward: Page class: Go forward in browser history

View source: R/nav_utils.R

go_forwardR Documentation

Page class: Go forward in browser history

Description

The go_forward function navigates the page object within a web browser session to the next page in the browser history.

Usage

go_forward(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 for which the navigation should occur.

Value

The updated page_df data frame.

Examples

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

# Go forward in browser history using the page_df
go_forward(page_df)



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