[go: up one dir, main page]

Skip to main content
Version: 24.35.0

Page.reload() method

Reloads the page.

Signature

class Page {
abstract reload(options?: ReloadOptions): Promise<HTTPResponse | null>;
}

Parameters

Parameter

Type

Description

options

ReloadOptions

(Optional) Options to configure waiting behavior.

Returns:

Promise<HTTPResponse | null>

A promise which resolves to the main resource response. In case of multiple redirects, the navigation will resolve with the response of the last redirect.