Navigates the browser to the next page in the session history. Example: goForward(options: { timeout: 5000 }) Returns true if the navigation was successful.

Definition

goForward(
  options: WaitForOptions
): Boolean!

Arguments

options: WaitForOptions

Options for waiting for the navigation to complete, such as timeout or lifecycle event.

Returns

Boolean!

The Boolean scalar type represents true or false.