jdave.webdriver.elements
Class TextBox
java.lang.Object
jdave.webdriver.elements.TextBox
public class TextBox
- extends Object
- Author:
- Juha Karemo
|
Constructor Summary |
TextBox(org.openqa.selenium.WebElement webElement)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextBox
public TextBox(org.openqa.selenium.WebElement webElement)
clear
public void clear()
type
public void type(String value)
getText
public String getText()
Copyright © 2010. All Rights Reserved.