Interface BasePage

All Known Implementing Classes:
AchievementsPage, ActionsPage, AddGroupsPage, AddUserPage, ApplicationPage, BasePageImpl, GenericPage, HomePage, KudosPage, LoginPage, MainSettingsPage, ManageBadgesPage, ManageSpacesPage, NotePage, NotificationSettingsPage, PeoplePage, ProgramsPage, RulePage, SettingsPage, SpaceMembersPage, SpacePage, TasksPage, UnifiedSearchPage, UserProfilePage

public interface BasePage
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ElementFacade>
    T
    Method to find an element that has the type BaseElementFacade using an xpath.
  • Method Details

    • findByXPathOrCSS

      <T extends ElementFacade> T findByXPathOrCSS(String xpath)
      Method to find an element that has the type BaseElementFacade using an xpath.
      Type Parameters:
      T - an elemtn that inherits from ElementFacade
      Parameters:
      xpath - : xpath of the element
      Returns:
      ElementFacade object