Start Screencast Request
data class StartScreencastRequest(format: String?, quality: Int?, maxWidth: Int?, maxHeight: Int?, everyNthFrame: Int?)
Content copied to clipboard
Represents request frame that can be used with Page#startScreencast operation call.
Starts sending each frame using the screencastFrame
event.
See also
Constructors
StartScreencastRequest
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard