Start Screencast Request
@Serializable
Request object containing input parameters for the PageDomain.startScreencast command.
Constructors
Link copied to clipboard
constructor(format: ScreencastFormat? = null, quality: Int? = null, maxWidth: Int? = null, maxHeight: Int? = null, everyNthFrame: Int? = null)
Types
Link copied to clipboard
class Builder
A builder for StartScreencastRequest, which allows setting the optional parameters of the PageDomain.startScreencast command via a lambda.