org.openqa.selenium.htmlunit
Class InputKeysContainer
java.lang.Object
org.openqa.selenium.htmlunit.InputKeysContainer
public class InputKeysContainer
- extends java.lang.Object
Converts a group of character sequences to a string to be sent by sendKeys.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InputKeysContainer
public InputKeysContainer(java.lang.CharSequence... sequences)
InputKeysContainer
public InputKeysContainer(boolean trimPastEnterKey,
java.lang.CharSequence... sequences)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
wasSubmitKeyFound
public boolean wasSubmitKeyFound()
setCapitalization
public void setCapitalization(boolean capitalize)
Copyright © 2010. All Rights Reserved.