ページPage.emulateCPUThrottlingバージョン: 22.5.0このページの内容Page.emulateCPUThrottling() メソッド 低速CPUをエミュレートするためにCPUスロットリングを有効にします。 シグネチャ: class Page { abstract emulateCPUThrottling(factor: number | null): Promise<void>;} パラメータ パラメータ型説明factornumber | null低速化係数 (1 はスロットリングなし、2 は 2 倍の低速化など)。 戻り値 Promise<void>