@Deprecated public class KeyUpAction extends SingleKeyAction implements org.openqa.selenium.interactions.Action
keykeyboard, mousewhere| Constructor and Description |
|---|
KeyUpAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.Keys key)
Deprecated.
|
KeyUpAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider,
org.openqa.selenium.Keys key)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.openqa.selenium.interactions.Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard)
Deprecated.
|
void |
perform()
Deprecated.
|
focusOnElement, optionallyClickElementgetTargetElementpublic KeyUpAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider,
org.openqa.selenium.Keys key)
public KeyUpAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.Keys key)
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