Uses of Class
org.openqa.selenium.Dimension

Packages that use Dimension
org.openqa.selenium   
 

Uses of Dimension in org.openqa.selenium
 

Methods in org.openqa.selenium that return Dimension
 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
 void WebDriver.Window.setSize(Dimension targetSize)
          Set the size of the current window.
 



Copyright © 2012. All Rights Reserved.