Class Schedule

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public abstract class Schedule extends AbstractComponent
Component wrapper for the PrimeFaces p:schedule.
  • Constructor Details

    • Schedule

      public Schedule()
  • Method Details

    • select

      public void select(String cssClass)
      Selects either a date or event or any other element in the schedule by its CSS class.
      Parameters:
      cssClass - the CSS class to select
    • update

      public void update()
      Updates and refreshes the schedule view refetching all events
    • getTodayButton

      public org.openqa.selenium.WebElement getTodayButton()
    • getMonthButton

      public org.openqa.selenium.WebElement getMonthButton()
    • getWeekButton

      public org.openqa.selenium.WebElement getWeekButton()
    • getDayButton

      public org.openqa.selenium.WebElement getDayButton()
    • getButton

      public org.openqa.selenium.WebElement getButton(String buttonClass)