public class LspsRadioButtonList extends InputComponent
element
Constructor and Description |
---|
LspsRadioButtonList(OptionGroupElement element) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
String |
getSelection()
Returns the current selection.
|
void |
select(String text)
Selects a single item with given text.
|
String |
toString() |
checkNotReadOnly, getLabel, isReadOnly
as, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML
$, clickButton, contains, find, getDriver, waitForVaadin
public void select(String text)
text
- the text to select, not null.org.openqa.selenium.NoSuchElementException
- if there is no item with given text.public String getSelection()
@Deprecated public void clear()
UnsupportedOperationException
- alwayspublic String toString()
toString
in class InputComponent
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.