Get Frame Owner Response
data class GetFrameOwnerResponse(backendNodeId: BackendNodeId, nodeId: NodeId?)
Content copied to clipboard
Represents response frame that is returned from DOM#getFrameOwner operation call. Returns iframe node that owns iframe with the given domain.
See also
Constructors
GetFrameOwnerResponse
Link copied to clipboard
fun GetFrameOwnerResponse(backendNodeId: BackendNodeId, nodeId: NodeId? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard