Uses of Package
org.openqa.selenium.interactions
-
Packages that use org.openqa.selenium.interactions Package Description org.openqa.selenium.interactions org.openqa.selenium.interactions.internal org.openqa.selenium.interactions.touch -
Classes in org.openqa.selenium.interactions used by org.openqa.selenium.interactions Class Description Action Interface representing a single user-interaction action.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.Coordinates Provides coordinates of an element for advanced interactions.Encodable This interface allows a customInteraction
to be JSON encoded for the W3C wire format.InputSource Models an input source as defined and used by the W3C WebDriver spec.Interaction Used as the basis ofSequence
s for the W3C WebDriver spec Action commands.IsInteraction Interface to help us transition code to The New WorldKeyboard KeyInput Models a key input source.Locatable Mouse Deprecated.UseActions
and thePointerInput
instead.PointerInput Models a pointer input source.PointerInput.Kind PointerInput.MouseButton PointerInput.Origin PointerInput.PointerEventProperties Sequence A sequence of action objects for a givenInputSource
for use with the W3C Action commands.SourceType One of the allowing types for anInputSource
.TouchScreen Deprecated.Replaced byActions
andPointerInput
. -
Classes in org.openqa.selenium.interactions used by org.openqa.selenium.interactions.internal Class Description Coordinates Provides coordinates of an element for advanced interactions.Interaction Used as the basis ofSequence
s for the W3C WebDriver spec Action commands.IsInteraction Interface to help us transition code to The New WorldKeyboard Locatable Mouse Deprecated.UseActions
and thePointerInput
instead.PointerInput Models a pointer input source.TouchScreen Deprecated.Replaced byActions
andPointerInput
. -
Classes in org.openqa.selenium.interactions used by org.openqa.selenium.interactions.touch Class Description Action Interface representing a single user-interaction action.Actions The user-facing API for emulating complex user gestures.Locatable TouchScreen Deprecated.Replaced byActions
andPointerInput
.