public interface HasSelectByText
Modifier and Type | Method and Description |
---|---|
String |
getSelectedText()
Gets the text of the currently selected option.
|
void |
selectByText(String text)
Selects the first option matching the given text.
|
Copyright © 2019. All rights reserved.