@Deprecated public class ClickAction extends MouseAction implements org.openqa.selenium.interactions.Action
MouseAction.Buttonmousewhere| Constructor and Description |
|---|
ClickAction(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.
|
getActionLocation, moveToLocation, moveToLocationgetTargetElementpublic ClickAction(org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider)
public void perform()
perform in interface org.openqa.selenium.interactions.Actionpublic java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions in interface IsInteraction