mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9fbb9f9653
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1.2 KiB
1.2 KiB
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>