Interface HasSelectByText


  • public interface HasSelectByText
    Implemented by elements which support selecting an option by matching the text shown to the user.
    • Method Detail

      • selectByText

        void selectByText​(String text)
        Selects the first option matching the given text.
        Parameters:
        text - the text of the option to select
      • getSelectedText

        String getSelectedText()
        Gets the text of the currently selected option.
        Returns:
        the text of the current option