pl.wendigo.chrome.domain.emulation / SetCPUThrottlingRateRequest

SetCPUThrottlingRateRequest

data class SetCPUThrottlingRateRequest (source)

Represents request frame that can be used with Emulation.setCPUThrottlingRate method call.

Enables CPU throttling to emulate slow CPUs.

Constructors

<init>

SetCPUThrottlingRateRequest(rate: Double)

Represents request frame that can be used with Emulation.setCPUThrottlingRate method call.

Properties

rate

val rate: Double

Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).