Class CreateSiteWizard


  • public class CreateSiteWizard
    extends Wizard
    • Constructor Detail

      • CreateSiteWizard

        public CreateSiteWizard()
    • Method Detail

      • isOpened

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

        public void selectBlueprint​(java.lang.String blueprintId)
        Parameters:
        blueprintId - the id of the blueprint (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.
      • confirmDialog

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