Package com.vaadin.testbench.elements
Class CalendarElement
- java.lang.Object
-
- com.vaadin.testbench.AbstractHasTestBenchCommandExecutor
-
- com.vaadin.testbench.TestBenchElement
-
- com.vaadin.testbench.elementsbase.AbstractElement
-
- com.vaadin.testbench.elements.AbstractComponentElement
-
- com.vaadin.testbench.elements.CalendarElement
-
- 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
@Deprecated public class CalendarElement extends AbstractComponentElement
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.testbench.elements.AbstractComponentElement
AbstractComponentElement.ReadOnlyException
-
-
Constructor Summary
Constructors Constructor Description CalendarElement()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidback()Deprecated.List<org.openqa.selenium.WebElement>getDayHeaders()Deprecated.List<org.openqa.selenium.WebElement>getDayNumbers()Deprecated.List<org.openqa.selenium.WebElement>getMonthDays()Deprecated.List<org.openqa.selenium.WebElement>getWeekNumbers()Deprecated.booleanhasDayView()Deprecated.booleanhasMonthView()Deprecated.booleanhasWeekView()Deprecated.voidnext()Deprecated.-
Methods inherited from class com.vaadin.testbench.elements.AbstractComponentElement
getCaption, getHTML, getStyleAttribute, isReadOnly
-
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
-
-
-
-
Method Detail
-
getWeekNumbers
public List<org.openqa.selenium.WebElement> getWeekNumbers()
Deprecated.
-
hasMonthView
public boolean hasMonthView()
Deprecated.
-
hasWeekView
public boolean hasWeekView()
Deprecated.
-
getDayNumbers
public List<org.openqa.selenium.WebElement> getDayNumbers()
Deprecated.
-
getMonthDays
public List<org.openqa.selenium.WebElement> getMonthDays()
Deprecated.
-
hasDayView
public boolean hasDayView()
Deprecated.
-
getDayHeaders
public List<org.openqa.selenium.WebElement> getDayHeaders()
Deprecated.
-
back
public void back()
Deprecated.
-
next
public void next()
Deprecated.
-
-