Class SitesPage


  • public class SitesPage
    extends CollectionPage
    The sites main page object.
    • Constructor Detail

      • SitesPage

        public SitesPage()
        Default constructor.
    • Method Detail

      • open

        public SitesPage open​(@Nonnull
                              java.lang.String path)
        Open custom assets page.
        Overrides:
        open in class ShellPage
        Parameters:
        path - - optional additional path to the default page.
        Returns:
        SitesPage.
      • open

        public SitesPage open()
        Description copied from class: BasePage
        Open this page in the browser.
        Overrides:
        open in class BasePage
        Returns:
        SitesPage opened on default location.
      • createAction

        public CreateActions createAction()
        Returns:
        a SitesCreateAction which can be used to trigger create actions from right side.