public class CalendarPicker extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
input |
protected org.openqa.selenium.By |
inputLocator |
protected com.atlassian.pageobjects.elements.PageElement |
parent |
protected com.atlassian.pageobjects.elements.PageElement |
trigger |
protected org.openqa.selenium.By |
triggerLocator |
Constructor and Description |
---|
CalendarPicker(org.openqa.selenium.By inputLocator,
org.openqa.selenium.By triggerLocator) |
CalendarPicker(com.atlassian.pageobjects.elements.PageElement parent,
org.openqa.selenium.By inputLocator,
org.openqa.selenium.By triggerLocator) |
CalendarPicker(com.atlassian.pageobjects.elements.PageElement parent,
String inputId) |
CalendarPicker(String inputId) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getDateValue() |
Date |
getDateValueInEnglishFormat() |
void |
init() |
com.atlassian.pageobjects.elements.PageElement |
input() |
CalendarPopup |
openCalendarPopup() |
CalendarPicker |
setDate(String dateValue) |
com.atlassian.pageobjects.elements.PageElement |
trigger() |
protected com.atlassian.pageobjects.elements.PageElement input
protected com.atlassian.pageobjects.elements.PageElement trigger
protected final com.atlassian.pageobjects.elements.PageElement parent
protected final org.openqa.selenium.By inputLocator
protected final org.openqa.selenium.By triggerLocator
public CalendarPicker(String inputId)
public CalendarPicker(com.atlassian.pageobjects.elements.PageElement parent, String inputId)
public CalendarPicker(org.openqa.selenium.By inputLocator, org.openqa.selenium.By triggerLocator)
public CalendarPicker(com.atlassian.pageobjects.elements.PageElement parent, org.openqa.selenium.By inputLocator, org.openqa.selenium.By triggerLocator)
public void init()
public com.atlassian.pageobjects.elements.PageElement input()
public com.atlassian.pageobjects.elements.PageElement trigger()
public CalendarPicker setDate(String dateValue)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getDateValue()
public Date getDateValueInEnglishFormat()
public CalendarPopup openCalendarPopup()
Copyright © 2002-2019 Atlassian. All Rights Reserved.