pl.wendigo.chrome.domain.dom / GetBoxModelResponse

GetBoxModelResponse

data class GetBoxModelResponse (source)

Represents response frame for DOM.getBoxModel method call.

Returns boxes for the given node.

Constructors

<init>

GetBoxModelResponse(model: BoxModel)

Represents response frame for DOM.getBoxModel method call.

Properties

model

val model: BoxModel

Box model for the node.