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.internal.Locatable locationProvider) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
asList() |
void |
perform()
Releases the mouse button currently left held.
|
getActionLocation, moveToLocation
getTargetId
public ButtonReleaseAction(org.openqa.selenium.interactions.Mouse mouse, org.openqa.selenium.internal.Locatable locationProvider)
public void perform()
perform
in interface org.openqa.selenium.interactions.Action
public java.util.List<java.lang.Object> asList()