Browser Mutations
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
Arguments
options
: WaitForOptions
Options for waiting for the navigation to complete, such as timeout or lifecycle event.
Returns
The Boolean
scalar type represents true
or false
.