@Deprecated public class ButtonReleaseAction extends MouseAction implements org.openqa.selenium.interactions.Action
MouseAction.Button
mouse
where
Constructor and Description |
---|
ButtonReleaseAction(org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.openqa.selenium.interactions.Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard)
Deprecated.
|
void |
perform()
Deprecated.
Releases the mouse button currently left held.
|
getActionLocation, moveToLocation, moveToLocation
getTargetElement
public ButtonReleaseAction(org.openqa.selenium.interactions.Mouse mouse, org.openqa.selenium.interactions.internal.Locatable locationProvider)
public void perform()
perform
in interface org.openqa.selenium.interactions.Action
public java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions
in interface IsInteraction