Uses of Class
org.openqa.selenium.interactions.SourceType
-
Packages that use SourceType Package Description org.openqa.selenium.interactions -
-
Uses of SourceType in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return SourceType Modifier and Type Method Description SourceTypeInputSource. getInputType()SourceTypeKeyInput. getInputType()SourceTypePointerInput. getInputType()static SourceTypeSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.interactions with parameters of type SourceType Modifier and Type Method Description protected booleanInteraction. isValidFor(SourceType sourceType)protected booleanPause. isValidFor(SourceType sourceType)
-