Class TextFieldElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.textfield.testbench.TextFieldElement
All Implemented Interfaces:
CanCompareScreenshots, HasCallFunction, HasDriver, HasElementQuery, HasHelper, HasLabel, HasPlaceholder, HasPropertySettersGetters, HasSearchContext, HasStringValueProperty, HasTestBenchCommandExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public class TextFieldElement extends TestBenchElement implements HasStringValueProperty, HasLabel, HasPlaceholder, HasHelper
A TestBench element representing a <vaadin-text-field> element.
  • Constructor Details

    • TextFieldElement

      public TextFieldElement()
  • Method Details

    • setValue

      public void setValue(String string)
      Emulates the user changing the value, which in practice means setting value of the input element to the given value and then triggering input, change and focusout DOM events.
      Specified by:
      setValue in interface HasStringValueProperty
      Parameters:
      string - the value to set
    • sendKeys

      public void sendKeys(CharSequence... keysToSend)
      Specified by:
      sendKeys in interface org.openqa.selenium.WebElement
      Overrides:
      sendKeys in class TestBenchElement