Class AbstractFieldElement

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clearElementClientSide​(org.openqa.selenium.WebElement elem)  
      protected void clientSelectElement​(org.openqa.selenium.WebElement elem)
      Select contents of TextField Element.
      • Methods inherited from class com.vaadin.testbench.TestBenchElement

        clear, click, click, clickHiddenElement, compareScreen, compareScreen, compareScreen, contextClick, doubleClick, equals, findElement, findElements, focus, getAccessibleName, getAriaRole, getAttribute, getCapabilities, getClassNames, getCommandExecutor, getContext, getCssValue, getDomAttribute, getDriver, getId, getLocation, getRect, getScreenshotAs, getShadowRoot, getSize, getTagName, getText, getWrappedElement, hasAttribute, hasClassName, hashCode, init, init, isChrome, isDisplayed, isEnabled, isFirefox, isFocused, isSelected, scroll, scrollIntoView, scrollLeft, sendKeys, showTooltip, submit, waitForVaadin, waitUntil, waitUntil, wrap, wrapElement, wrapElements
      • Methods inherited from class com.vaadin.testbench.AbstractHasTestBenchCommandExecutor

        $, $$, isElementPresent, isElementPresent
      • Methods inherited from interface org.openqa.selenium.WebElement

        getDomProperty
    • Constructor Detail

      • AbstractFieldElement

        public AbstractFieldElement()
    • Method Detail

      • clientSelectElement

        protected void clientSelectElement​(org.openqa.selenium.WebElement elem)
        Select contents of TextField Element. NOTE: When testing with firefox browser window should have focus in it
        Parameters:
        elem - element which context will be select
        Since:
        8.0
      • clearElementClientSide

        protected void clearElementClientSide​(org.openqa.selenium.WebElement elem)