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