Create Target Request
data class CreateTargetRequest(url: String, width: Int?, height: Int?, browserContextId: BrowserContextID?, enableBeginFrameControl: Boolean?, newWindow: Boolean?, background: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Target#createTarget operation call.
Creates a new page.
See also
Constructors
CreateTargetRequest
Link copied to clipboard
fun CreateTargetRequest(url: String, width: Int? = null, height: Int? = null, browserContextId: BrowserContextID? = null, enableBeginFrameControl: Boolean? = null, newWindow: Boolean? = null, background: Boolean? = null)
Content copied to clipboard
Properties
background
Link copied to clipboard
browserContextId
Link copied to clipboard
enableBeginFrameControl
Link copied to clipboard
Sources
jvm source
Link copied to clipboard