Uses of Class
org.openqa.selenium.Dimension
-
Packages that use Dimension Package Description org.openqa.selenium org.openqa.selenium.remote org.openqa.selenium.support.events -
-
Uses of Dimension in org.openqa.selenium
Methods in org.openqa.selenium that return Dimension Modifier and Type Method Description Dimension
Rectangle. getDimension()
Dimension
WebDriver.Window. getSize()
Get the size of the current window.Dimension
WebElement. 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 void
WebDriver.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)
-
Uses of Dimension in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return Dimension Modifier and Type Method Description Dimension
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow. getSize()
Dimension
RemoteWebElement. getSize()
Methods in org.openqa.selenium.remote with parameters of type Dimension Modifier and Type Method Description static CommandPayload
DriverCommand. SET_CURRENT_WINDOW_SIZE(Dimension targetSize)
void
RemoteWebDriver.RemoteWebDriverOptions.RemoteWindow. setSize(Dimension targetSize)
-
Uses of Dimension in org.openqa.selenium.support.events
Methods in org.openqa.selenium.support.events with parameters of type Dimension Modifier and Type Method Description default void
WebDriverListener. afterGetSize(WebDriver.Window window, Dimension result)
default void
WebDriverListener. afterGetSize(WebElement element, Dimension result)
default void
WebDriverListener. afterSetSize(WebDriver.Window window, Dimension size)
default void
WebDriverListener. beforeSetSize(WebDriver.Window window, Dimension size)
-