GetResourceContentRequest

@Serializable
data class GetResourceContentRequest(val frameId: FrameId, val url: String)(source)

Request object containing input parameters for the PageDomain.getResourceContent command.

Constructors

Link copied to clipboard
constructor(frameId: FrameId, url: String)

Properties

Link copied to clipboard

Frame id to get resource for.

Link copied to clipboard
val url: String

URL of the resource to get content for.