Uses of Class
org.openqa.selenium.devtools.dom.model.BoxModel
-
Packages that use BoxModel Package Description org.openqa.selenium.devtools.dom -
-
Uses of BoxModel in org.openqa.selenium.devtools.dom
Methods in org.openqa.selenium.devtools.dom that return types with arguments of type BoxModel Modifier and Type Method Description static Command<BoxModel>
DOM. getBoxModel(java.util.Optional<NodeId> nodeId, java.util.Optional<BackendNodeId> backendNodeId, java.util.Optional<RemoteObjectId> objectId)
Returns boxes for the given node.
-