chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetFileInfoRequest

GetFileInfoRequest

data class GetFileInfoRequest

Request object containing input parameters for the DOMDomain.getFileInfo command.

Constructors

<init>

Request object containing input parameters for the DOMDomain.getFileInfo command.

GetFileInfoRequest(objectId: RemoteObjectId)

Properties

objectId

JavaScript object id of the node wrapper.

val objectId: RemoteObjectId