Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 550 Bytes

puppeteer.page.reload.md

File metadata and controls

22 lines (13 loc) · 550 Bytes

Home > puppeteer > Page > reload

Page.reload() method

Signature:

reload(options?: WaitForOptions): Promise<HTTPResponse | null>;

Parameters

Parameter Type Description
options WaitForOptions

Returns:

Promise<HTTPResponse | null>