SetFocusEmulationEnabledRequest

@Serializable
data class SetFocusEmulationEnabledRequest(val enabled: Boolean)(source)

Request object containing input parameters for the EmulationDomain.setFocusEmulationEnabled command.

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Properties

Link copied to clipboard

Whether to enable to disable focus emulation.