Page.emulateCPUThrotdling() 方法
¥Page.emulateCPUThrottling() method
启用 CPU 限制以模拟慢速 CPU。
¥Enables CPU throttling to emulate slow CPUs.
签名
¥Signature
class Page {
abstract emulateCPUThrottling(factor: number | null): Promise<void>;
}
参数
¥Parameters
范围 | 类型 | 描述 |
---|---|---|
factor | 数量 | 无效的 | 减速系数(1 表示无油门,2 表示 2 倍减速,等等)。 |
Returns:
Promise<void>