Uses of Class
org.openqa.selenium.Dimension
-
Packages that use Dimension Package Description org.openqa.selenium -
-
Uses of Dimension in org.openqa.selenium
Methods in org.openqa.selenium that return Dimension Modifier and Type Method Description DimensionRectangle. getDimension()DimensionWebDriver.Window. getSize()Get the size of the current window.DimensionWebElement. getSize()What is the width and height of the rendered element?Methods in org.openqa.selenium with parameters of type Dimension Modifier and Type Method Description voidWebDriver.Window. setSize(Dimension targetSize)Set the size of the current window.Constructors in org.openqa.selenium with parameters of type Dimension Constructor Description Rectangle(Point p, Dimension d)
-