Class CreatePageWizard


  • public class CreatePageWizard
    extends Wizard
    • Constructor Detail

      • CreatePageWizard

        public CreatePageWizard()
    • Method Detail

      • isOpened

        public boolean isOpened()
        Returns:
        true if the wizard is opened.
      • selectTemplate

        public void selectTemplate​(java.lang.String templateId)
        Parameters:
        templateId - the id of the template (path in apps or libs usually).
      • title

        public com.codeborne.selenide.SelenideElement title()
        Returns:
        the title field.
      • name

        public com.codeborne.selenide.SelenideElement name()
        Returns:
        the name field.
      • pageTitle

        public com.codeborne.selenide.SelenideElement pageTitle()
        Returns:
        the pageTitle field.
      • navTitle

        public com.codeborne.selenide.SelenideElement navTitle()
        Returns:
        the navTitle field.
      • confirmDialog

        public Dialog confirmDialog()
        Returns:
        the confirm dialog displayed at last step.