com.atlassian.selenium.keyboard
Class SeleniumTypeWriter

java.lang.Object
  extended by com.atlassian.selenium.AbstractSeleniumDriver
      extended by com.atlassian.selenium.keyboard.SeleniumTypeWriter

public final class SeleniumTypeWriter
extends AbstractSeleniumDriver

Utility to type into Selenium components.

Author:
Dariusz Kordonski

Field Summary
 
Fields inherited from class com.atlassian.selenium.AbstractSeleniumDriver
client
 
Constructor Summary
SeleniumTypeWriter(SeleniumClient client, String target, TypeMode defaultMode)
           
 
Method Summary
 SeleniumTypeWriter clear()
           
 SeleniumTypeWriter type(KeySequence sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumTypeWriter

public SeleniumTypeWriter(SeleniumClient client,
                          String target,
                          TypeMode defaultMode)
Method Detail

type

public SeleniumTypeWriter type(KeySequence sequence)

clear

public SeleniumTypeWriter clear()


Copyright © 2014 Atlassian. All rights reserved.