Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.openqa.selenium.interactions Classes and Interfaces - 36 results found.
NameDescriptionTypePackageFramework
ActionsThe user-facing API for emulating complex user gestures.Classorg.openqa.selenium.interactionsSelenium
BaseActionBase class for all actions.Classorg.openqa.selenium.interactions.internalSelenium
ButtonReleaseActionClassorg.openqa.selenium.interactionsSelenium
ClickActionClassorg.openqa.selenium.interactionsSelenium
ClickAndHoldActionPresses the left mouse button without releasing it.Classorg.openqa.selenium.interactionsSelenium
CompositeActionAn action for aggregating actions and triggering all of them at the same time.Classorg.openqa.selenium.interactionsSelenium
ContextClickActionClassorg.openqa.selenium.interactionsSelenium
CoordinatesProvides coordinates of an element for advanced interactions.Interfaceorg.openqa.selenium.interactions.internalSelenium
DisplayActionThis class represents an abstraction of devices that can execute an action within a display area.Classorg.openqa.selenium.interactions.internalSelenium
DoubleClickActionDouble-clicks an element.Classorg.openqa.selenium.interactionsSelenium
DoubleTapActionCreates a double tap gesture on a touch screen.Classorg.openqa.selenium.interactions.touchSelenium
DownActionCreates a down gesture.Classorg.openqa.selenium.interactions.touchSelenium
FlickActionCreates a flick gesture.Classorg.openqa.selenium.interactions.touchSelenium
HasInputDevicesInterface implemented by each driver that allows access to the raw input devices.Interfaceorg.openqa.selenium.interactionsSelenium
HasTouchScreenInterface implemented by each driver that allows access to touch screen capabilities.Interfaceorg.openqa.selenium.interactionsSelenium
InvalidCoordinatesExceptionIndicates that the coordinates provided to an interactions operation are invalid.Classorg.openqa.selenium.interactionsSelenium
KeyboardInterface representing basic, low-level keyboard operations.Interfaceorg.openqa.selenium.interactionsSelenium
KeyDownActionEmulates key press only, without the release.Classorg.openqa.selenium.interactionsSelenium
KeysRelatedActionRepresents a general action related to keyboard input.Classorg.openqa.selenium.interactions.internalSelenium
KeyUpActionEmulates key release only, without the press.Classorg.openqa.selenium.interactionsSelenium
LongPressActionCreates a long press gesture.Classorg.openqa.selenium.interactions.touchSelenium
MouseInterface representing basic mouse operations.Interfaceorg.openqa.selenium.interactionsSelenium
MouseActionBase class for all mouse-related actions.Classorg.openqa.selenium.interactions.internalSelenium
MoveActionCreates a move gesture.Classorg.openqa.selenium.interactions.touchSelenium
MoveMouseActionMoves the mouse to an element.Classorg.openqa.selenium.interactionsSelenium
MoveTargetOutOfBoundsExceptionIndicates that the target provided to the actions move() method is invalid - outside of the size of the window.Classorg.openqa.selenium.interactionsSelenium
MoveToOffsetActionMove the mouse to a location within the element provided.Classorg.openqa.selenium.interactionsSelenium
PauseActionClassorg.openqa.selenium.interactionsSelenium
ScrollActionCreates a scroll gesture.Classorg.openqa.selenium.interactions.touchSelenium
SendKeysActionSending a sequence of keys to an element.Classorg.openqa.selenium.interactionsSelenium
SingleKeyActionClassorg.openqa.selenium.interactions.internalSelenium
SingleTapActionClassorg.openqa.selenium.interactions.touchSelenium
TouchActionClassorg.openqa.selenium.interactions.internalSelenium
TouchActions patterns from Actions.Classorg.openqa.selenium.interactions.touchSelenium
TouchScreenInterface representing basic touch screen operations.Interfaceorg.openqa.selenium.interactionsSelenium
UpActionCreates an up gesture.Classorg.openqa.selenium.interactions.touchSelenium