Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 514 Bytes

puppeteer.page.emulatetimezone.md

File metadata and controls

22 lines (13 loc) · 514 Bytes

Home > puppeteer > Page > emulateTimezone

Page.emulateTimezone() method

Signature:

emulateTimezone(timezoneId?: string): Promise<void>;

Parameters

Parameter Type Description
timezoneId string

Returns:

Promise<void>