Package org.openqa.selenium.interactions
-
Interface Summary Interface Description Action Interface representing a single user-interaction action.Coordinates Provides coordinates of an element for advanced interactions.Encodable This interface allows a customInteractionto be JSON encoded for the W3C wire format.InputSource Models an input source as defined and used by the W3C WebDriver spec.Interactive Indicates that a class can be used with the W3C WebDriver Actions commands.Locatable -
Class Summary Class Description Actions The user-facing API for emulating complex user gestures.CompositeAction An action for aggregating actions and triggering all of them at the same time.Interaction Used as the basis ofSequences for the W3C WebDriver spec Action commands.KeyInput Models a key input source.Pause Indicates that a givenInputSourceshould pause for a given duration.PointerInput Models a pointer input source.PointerInput.Origin PointerInput.PointerEventProperties Sequence A sequence of action objects for a givenInputSourcefor use with the W3C Action commands.WheelInput Models a wheel input source.WheelInput.ScrollOrigin -
Enum Summary Enum Description PointerInput.Kind PointerInput.MouseButton SourceType One of the allowing types for anInputSource. -
Exception Summary Exception Description MoveTargetOutOfBoundsException Indicates that the target provided to the actions move() method is invalid - outside of the size of the window.