pl.wendigo.chrome.api.page / GetResourceContentRequest

GetResourceContentRequest

data class GetResourceContentRequest (source)

Represents request frame that can be used with Page#getResourceContent operation call.

Returns content of the given resource.

Link
Page#getResourceContent method documentation.

See Also

PageOperations.getResourceContent

Constructors

<init>

GetResourceContentRequest(frameId: FrameId, url: String)

Represents request frame that can be used with Page#getResourceContent operation call.

Properties

frameId

val frameId: FrameId

Frame id to get resource for.

url

val url: String

URL of the resource to get content for.