Class AppWithinMinutesHomePage


  • public class AppWithinMinutesHomePage
    extends ViewPage
    Represents the actions possible on the App Within Minutes home page.
    Since:
    4.2M1
    Version:
    $Id: b7da9c1c5290f964e1c9fa8b641baaaa0d341ce4 $
    • Constructor Detail

      • AppWithinMinutesHomePage

        public AppWithinMinutesHomePage()
    • Method Detail

      • gotoPage

        public static AppWithinMinutesHomePage gotoPage()
        Opens the App Within Minutes home page.
        Returns:
        the App Within Minutes home page
      • getURL

        public String getURL()
        Returns:
        the URL of the App Within Minutes home page
      • clickCreateApplication

        public ApplicationCreatePage clickCreateApplication()
        Clicks on the Create Application button.
        Returns:
        the page that represents the first step of the App Within Minutes wizard
      • deleteApplication

        public AppWithinMinutesHomePage deleteApplication​(String appName)
        Delete the specified application.
        Parameters:
        appName - the application name
        Returns:
        this page