Class CalendarPicker
java.lang.Object
com.atlassian.jira.pageobjects.components.CalendarPicker
Represents a calender picker control, with a date input and access to calendar popup.
- Since:
- 5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected final org.openqa.selenium.By
protected final com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected final org.openqa.selenium.By
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarPicker
(com.atlassian.pageobjects.elements.PageElement parent, String inputId) CalendarPicker
(com.atlassian.pageobjects.elements.PageElement parent, org.openqa.selenium.By inputLocator, org.openqa.selenium.By triggerLocator) CalendarPicker
(String inputId) CalendarPicker
(org.openqa.selenium.By inputLocator, org.openqa.selenium.By triggerLocator) -
Method Summary
-
Field Details
-
input
protected com.atlassian.pageobjects.elements.PageElement input -
trigger
protected com.atlassian.pageobjects.elements.PageElement trigger -
parent
protected final com.atlassian.pageobjects.elements.PageElement parent -
inputLocator
protected final org.openqa.selenium.By inputLocator -
triggerLocator
protected final org.openqa.selenium.By triggerLocator
-
-
Constructor Details
-
CalendarPicker
-
CalendarPicker
-
CalendarPicker
public CalendarPicker(org.openqa.selenium.By inputLocator, org.openqa.selenium.By triggerLocator) -
CalendarPicker
public CalendarPicker(com.atlassian.pageobjects.elements.PageElement parent, org.openqa.selenium.By inputLocator, org.openqa.selenium.By triggerLocator)
-
-
Method Details
-
init
public void init() -
input
public com.atlassian.pageobjects.elements.PageElement input() -
trigger
public com.atlassian.pageobjects.elements.PageElement trigger() -
setDate
-
getDateValue
-
getDateValueInEnglishFormat
-
openCalendarPopup
-