@Deprecated public class SendKeysAction extends KeysRelatedAction implements org.openqa.selenium.interactions.Action
keyboard, mousewhere| Constructor and Description |
|---|
SendKeysAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
java.lang.CharSequence... keysToSend)
Deprecated.
|
SendKeysAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider,
java.lang.CharSequence... keysToSend)
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 SendKeysAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
org.openqa.selenium.interactions.internal.Locatable locationProvider,
java.lang.CharSequence... keysToSend)
public SendKeysAction(org.openqa.selenium.interactions.Keyboard keyboard,
org.openqa.selenium.interactions.Mouse mouse,
java.lang.CharSequence... keysToSend)
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