io.selendroid.android
Interface KeySender

All Known Implementing Classes:
InstrumentedKeySender, WebViewKeySender

public interface KeySender


Method Summary
 Keyboard getKeyboard()
           
 void send(CharSequence text)
          Sends key events.
 

Method Detail

getKeyboard

Keyboard getKeyboard()
Returns:
A Keyboard object which sends key using this KeySender.

send

void send(CharSequence text)
Sends key events. This method will send a portion of the given CharSequence as a single String if the portion does not contain any special keys.

Parameters:
text - the keys to send type.


Copyright © 2014. All rights reserved.