Class PanelElement

  • All Implemented Interfaces:
    com.vaadin.testbench.commands.CanCompareScreenshots, com.vaadin.testbench.commands.CanWaitForVaadin, com.vaadin.testbench.commands.TestBenchElementCommands, com.vaadin.testbench.HasDriver, com.vaadin.testbench.HasSearchContext, com.vaadin.testbench.HasTestBenchCommandExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement
    Direct Known Subclasses:
    WindowElement

    public class PanelElement
    extends AbstractSingleComponentContainerElement
    • Constructor Summary

      Constructors 
      Constructor Description
      PanelElement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void scroll​(int scrollTop)  
      void scrollLeft​(int scrollLeft)  
      • 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, scrollIntoView, 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

      • PanelElement

        public PanelElement()
    • Method Detail

      • scroll

        public void scroll​(int scrollTop)
        Specified by:
        scroll in interface com.vaadin.testbench.commands.TestBenchElementCommands
        Overrides:
        scroll in class com.vaadin.testbench.TestBenchElement
      • scrollLeft

        public void scrollLeft​(int scrollLeft)
        Specified by:
        scrollLeft in interface com.vaadin.testbench.commands.TestBenchElementCommands
        Overrides:
        scrollLeft in class com.vaadin.testbench.TestBenchElement