Uses of Enum Class
org.openqa.selenium.interactions.SourceType
Packages that use SourceType
-
Uses of SourceType in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return SourceTypeModifier and TypeMethodDescriptionInputSource.getInputType()
KeyInput.getInputType()
PointerInput.getInputType()
WheelInput.getInputType()
static SourceType
Returns the enum constant of this class with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.interactions with parameters of type SourceTypeModifier and TypeMethodDescriptionprotected boolean
Interaction.isValidFor
(SourceType sourceType) protected boolean
Pause.isValidFor
(SourceType sourceType)