Package org.openqa.selenium.interactions
Interface Action
-
- All Known Implementing Classes:
ButtonReleaseAction,ClickAction,ClickAndHoldAction,CompositeAction,ContextClickAction,DoubleClickAction,DoubleTapAction,DownAction,FlickAction,KeyDownAction,KeyUpAction,LongPressAction,MoveAction,MoveMouseAction,MoveToOffsetAction,PauseAction,ScrollAction,SendKeysAction,SingleTapAction,UpAction
public interface ActionInterface representing a single user-interaction action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform()
-