public interface Input extends IdentifiedDelegate, NamedDelegate
Modifier and Type | Method and Description |
---|---|
void |
click()
simulate a click
|
Object |
get(String propertyName) |
void |
removeAttribute(String attributeName)
remove the given attribute
|
void |
sendOnChangeEvent()
fire a on change event
|
void |
set(String propertyName,
Object value)
set the given property to the given value
|
void |
setAttribute(String attributeName,
Object value)
set the given attribute to the given value
|
getID
getName
void set(String propertyName, Object value)
propertyName
- value
- void setAttribute(String attributeName, Object value)
attributeName
- value
- void removeAttribute(String attributeName)
attributeName
- void click() throws IOException, SAXException
IOException
SAXException
void sendOnChangeEvent()
Copyright © 2012. All Rights Reserved.