Package | Description |
---|---|
org.openqa.selenium.interactions | |
org.openqa.selenium.interactions.touch |
Modifier and Type | Class and Description |
---|---|
class |
ButtonReleaseAction
Releases the left mouse button
|
class |
ClickAction
clicks an element.
|
class |
ClickAndHoldAction
Presses the left mouse button without releasing it.
|
class |
CompositeAction
An action for aggregating actions and triggering all of them at the same time.
|
class |
ContextClickAction
Context-clicks an element
|
class |
DoubleClickAction
Double-clicks an element.
|
class |
KeyDownAction
Emulates key press only, without the release.
|
class |
KeyUpAction
Emulates key release only, without the press.
|
class |
MoveMouseAction
Moves the mouse to an element.
|
class |
MoveToOffsetAction
Move the mouse to a location within the element provided.
|
class |
PauseAction
Takes a pause.
|
class |
SendKeysAction
Sending a sequence of keys to an element.
|
Modifier and Type | Method and Description |
---|---|
Action |
Actions.build()
Generates a composite action containing all actions so far, ready to be performed (and
resets the internal builder state, so subsequent calls to build() will contain fresh
sequences).
|
Modifier and Type | Method and Description |
---|---|
CompositeAction |
CompositeAction.addAction(Action action) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleTapAction
Creates a double tap gesture on a touch screen.
|
class |
DownAction
Creates a down gesture.
|
class |
FlickAction
Creates a flick gesture.
|
class |
LongPressAction
Creates a long press gesture.
|
class |
MoveAction
Creates a move gesture.
|
class |
ScrollAction
Creates a scroll gesture.
|
class |
SingleTapAction
Creates a single tap gesture on a touch screen
|
class |
UpAction
Creates an up gesture.
|
Copyright © 2013. All rights reserved.