Package org.openqa.selenium.interactions
Interface InputSource
- All Known Implementing Classes:
KeyInput
,PointerInput
,WheelInput
@NullMarked
public interface InputSource
Models an input source as defined
and used by the W3C WebDriver spec.
-
Method Summary
-
Method Details
-
getInputType
SourceType getInputType() -
getName
String getName()
-