Uses of Class
org.openqa.selenium.Dimension
Packages that use Dimension
Package
Description
- 
Uses of Dimension in org.openqa.seleniumMethods in org.openqa.selenium that return DimensionModifier and TypeMethodDescriptionRectangle.getDimension()WebDriver.Window.getSize()Get the size of the current window.WebElement.getSize()What is the width and height of the rendered element?Methods in org.openqa.selenium with parameters of type DimensionModifier and TypeMethodDescriptionvoidSet the size of the current window.Constructors in org.openqa.selenium with parameters of type Dimension
- 
Uses of Dimension in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote that return DimensionModifier and TypeMethodDescriptionRemoteWebDriver.RemoteWebDriverOptions.RemoteWindow.getSize()RemoteWebElement.getSize()Methods in org.openqa.selenium.remote with parameters of type DimensionModifier and TypeMethodDescriptionstatic CommandPayloadDriverCommand.SET_CURRENT_WINDOW_SIZE(Dimension targetSize) void
- 
Uses of Dimension in org.openqa.selenium.support.eventsMethods in org.openqa.selenium.support.events with parameters of type DimensionModifier and TypeMethodDescriptiondefault voidWebDriverListener.afterGetSize(WebDriver.Window window, Dimension result) This action will be performed each time afterWebDriver.Window.getSize()is called.default voidWebDriverListener.afterGetSize(WebElement element, Dimension result) This action will be performed each time afterWebElement.getSize()is called.default voidWebDriverListener.afterSetSize(WebDriver.Window window, Dimension size) This action will be performed each time afterWebDriver.Window.setSize(Dimension)is called.default voidWebDriverListener.beforeSetSize(WebDriver.Window window, Dimension size) This action will be performed each time beforeWebDriver.Window.setSize(Dimension)is called.