com.vaadin.flow.component.html.testbench.

Class InputTextElement

    • Constructor Detail

      • InputTextElement

        public InputTextElement()
    • Method Detail

      • setValue

        public void setValue(String value)

        Sets the value of the text input to the given value, clearing out any old value of the input.

        Parameters:

        value - the value to set

      • clear

        public void clear()

        Clears the input field.

        Specified by:

        clear in interface org.openqa.selenium.WebElement

        Overrides:

        clear in class TestBenchElement

      • getValue

        public String getValue()