com.atlassian.selenium
Class SeleniumKeyHandler

java.lang.Object
  extended by com.atlassian.selenium.AbstractSeleniumDriver
      extended by com.atlassian.selenium.SeleniumKeyHandler

public final class SeleniumKeyHandler
extends AbstractSeleniumDriver

Encapsulates complex key events handling.

Since:
v1.21

Field Summary
 
Fields inherited from class com.atlassian.selenium.AbstractSeleniumDriver
client
 
Constructor Summary
SeleniumKeyHandler(SeleniumClient client, String locator, Set<KeyEventType> keyEvents, boolean reset)
           
 
Method Summary
 void typeWithFullKeyEvents(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumKeyHandler

public SeleniumKeyHandler(SeleniumClient client,
                          String locator,
                          Set<KeyEventType> keyEvents,
                          boolean reset)
Method Detail

typeWithFullKeyEvents

public void typeWithFullKeyEvents(String text)


Copyright © 2014 Atlassian. All rights reserved.