Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 716 Bytes

puppeteer.page.emulatetimezone.md

File metadata and controls

46 lines (28 loc) · 716 Bytes
sidebar_label
Page.emulateTimezone

Page.emulateTimezone() method

Signature:

class Page {
  abstract emulateTimezone(timezoneId?: string): Promise<void>;
}

Parameters

Parameter

Type

Description

timezoneId

string

(Optional) Changes the timezone of the page. See ICU’s metaZones.txt for a list of supported timezone IDs. Passing null disables timezone emulation.

**Returns:**

Promise<void>