跳至主要内容
版本:23.11.1

Page.emulateTimezone() 方法

签名

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

参数

参数

类型

描述

timezoneId

字符串

(可选) 更改页面的时区。有关支持的时区 ID 列表,请参阅 ICU 的 metaZones.txt。传递 null 将禁用时区模拟。

返回值

Promise<void>