Add Screen Request
@Serializable
Request object containing input parameters for the EmulationDomain.addScreen command.
Constructors
Types
Link copied to clipboard
A builder for AddScreenRequest, which allows setting the optional parameters of the EmulationDomain.addScreen command via a lambda.
Properties
Link copied to clipboard
Specifies the screen's color depth in bits. Default is 24.
Link copied to clipboard
Specifies the screen's device pixel ratio. Default is 1.
Link copied to clipboard
Indicates whether the screen is internal to the device or external, attached to the device. Default is false.
Link copied to clipboard
Specifies the screen's work area. Default is entire screen.