Package com.vaadin.testbench
Interface HasSelectByText
-
public interface HasSelectByTextImplemented by elements which support selecting an option by matching the text shown to the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSelectedText()Gets the text of the currently selected option.voidselectByText(String text)Selects the first option matching the given text.
-