Uses of Class
org.openqa.selenium.Speed

Packages that use Speed
org.openqa.selenium   
 

Uses of Speed in org.openqa.selenium
 

Methods in org.openqa.selenium that return Speed
 Speed WebDriver.Options.getSpeed()
          Gets the mouse speed for drag and drop
static Speed Speed.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Speed[] Speed.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openqa.selenium with parameters of type Speed
 void WebDriver.Options.setSpeed(Speed speed)
          Sets the speed for user input
 



Copyright © 2010. All Rights Reserved.