puppeteer/website/versioned_docs/version-10.1.0/puppeteer.page.emulatetimezone.md
2021-08-10 11:09:48 +01:00

780 B
Raw Blame History

Home > puppeteer > Page > emulateTimezone

Page.emulateTimezone() method

Signature:

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

Parameters

Parameter Type Description
timezoneId string Changes the timezone of the page. See ICUs metaZones.txt for a list of supported timezone IDs. Passing null disables timezone emulation.

Returns:

Promise<void>