Package org.openqa.selenium.interactions
Interface InputSource
-
- All Known Implementing Classes:
KeyInput,PointerInput,WheelInput
public interface InputSourceModels an input source as defined and used by the W3C WebDriver spec.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceTypegetInputType()java.lang.StringgetName()
-
-
-
Method Detail
-
getInputType
SourceType getInputType()
-
getName
java.lang.String getName()
-
-