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 ShapeOutsideInfo Modifier and Type Method Description ShapeOutsideInfo
BoxModel. getShapeOutside()
Shape outside coordinatesConstructors in org.openqa.selenium.devtools.dom.model with parameters of type ShapeOutsideInfo Constructor Description BoxModel(Quad content, Quad padding, Quad border, Quad margin, java.lang.Integer width, java.lang.Integer height, ShapeOutsideInfo shapeOutside)
-