Package io.meeds.qa.ui.pages
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 TypeMethodDescription<T extends ElementFacade>
TfindByXPathOrCSS(String xpath) Method to find an element that has the type BaseElementFacade using an xpath.
-
Method Details
-
findByXPathOrCSS
Method to find an element that has the type BaseElementFacade using an xpath.- Type Parameters:
T- an elemtn that inherits fromElementFacade- Parameters:
xpath- : xpath of the element- Returns:
ElementFacadeobject
-