Uses of Class
org.openqa.selenium.devtools.dom.model.ShapeOutsideInfo
-
Packages that use ShapeOutsideInfo Package Description org.openqa.selenium.devtools.dom.model -
-
Uses of ShapeOutsideInfo in org.openqa.selenium.devtools.dom.model
Methods in org.openqa.selenium.devtools.dom.model that return types with arguments of type ShapeOutsideInfo Modifier and Type Method Description java.util.Optional<ShapeOutsideInfo>
BoxModel. getShapeOutside()
Shape outside coordinatesConstructor parameters in org.openqa.selenium.devtools.dom.model with type arguments of type ShapeOutsideInfo Constructor Description BoxModel(Quad content, Quad padding, Quad border, Quad margin, java.lang.Integer width, java.lang.Integer height, java.util.Optional<ShapeOutsideInfo> shapeOutside)
-