org.openqa.selenium.interactions
Class SendKeysAction
java.lang.Object
org.openqa.selenium.interactions.internal.BaseAction
org.openqa.selenium.interactions.internal.KeysRelatedAction
org.openqa.selenium.interactions.SendKeysAction
- All Implemented Interfaces:
- Action
public class SendKeysAction
- extends KeysRelatedAction
- implements Action
Sending a sequence of keys to an element.
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction |
where |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendKeysAction
public SendKeysAction(Keyboard keyboard,
Mouse mouse,
Locatable locationProvider,
CharSequence... keysToSend)
SendKeysAction
public SendKeysAction(Keyboard keyboard,
Mouse mouse,
CharSequence... keysToSend)
perform
public void perform()
- Specified by:
perform
in interface Action
Copyright © 2013. All rights reserved.