Package org.openqa.selenium.interactions
Interface IsInteraction
-
- All Known Implementing Classes:
ButtonReleaseAction,ClickAction,ClickAndHoldAction,CompositeAction,ContextClickAction,DoubleClickAction,KeyDownAction,KeysRelatedAction,KeyUpAction,MouseAction,MoveMouseAction,MoveToOffsetAction,PauseAction,SendKeysAction,SingleKeyAction
@Beta public interface IsInteraction
Interface to help us transition code to The New World
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Interaction>asInteractions(PointerInput mouse, KeyInput keyboard)
-
-
-
Method Detail
-
asInteractions
java.util.List<Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
-
-