> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# goBack

Navigates the browser to the previous page in the session history.
Example: `goBack(options: { waitUntil: LOAD })`
Returns true if the navigation was successful.

## Definition

```graphql theme={null}
goBack(
  options: WaitForOptions
): Boolean!
```

## Arguments

### `options`

[WaitForOptions](/reference/graphql/inputs/wait-for-options)

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

## Returns

[Boolean!](/reference/graphql/scalars/boolean)

The `Boolean` scalar type represents `true` or `false`.
