public static interface DayPicker.CalendarDay
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | DayPicker.CalendarDay.DayType | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsStyleClass(String styleClass) | 
| org.openqa.selenium.WebElement | getDayElement() | 
| Integer | getDayNumber()Parses and returns the element's text representing day number. | 
| boolean | is(DayPicker.CalendarDay.DayType type) | 
| void | select() | 
Integer getDayNumber()
org.openqa.selenium.WebElement getDayElement()
boolean containsStyleClass(String styleClass)
boolean is(DayPicker.CalendarDay.DayType type)
void select()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.