chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / LoadNetworkResourceRequest

LoadNetworkResourceRequest

data class LoadNetworkResourceRequest

Request object containing input parameters for the NetworkDomain.loadNetworkResource command.

Constructors

<init>

Request object containing input parameters for the NetworkDomain.loadNetworkResource command.

LoadNetworkResourceRequest(frameId: FrameId, url: String, options: LoadNetworkResourceOptions)

Properties

frameId

Frame id to get the resource for.

val frameId: FrameId

options

Options for the request.

val options: LoadNetworkResourceOptions

url

URL of the resource to get content for.

val url: String