Class CreateWorkflowWizard


  • public final class CreateWorkflowWizard
    extends Wizard
    • Constructor Detail

      • CreateWorkflowWizard

        public CreateWorkflowWizard()
    • Method Detail

      • isOpened

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

        public void selectModel​(java.lang.String modelId)
        Parameters:
        modelId - set the model id.
      • title

        public com.codeborne.selenide.SelenideElement title()
        Returns:
        the workflow title field element.
      • packageTitle

        public com.codeborne.selenide.SelenideElement packageTitle()
        Returns:
        the workflow package title field element.
      • keepWorkflowPackage

        public CoralCheckbox keepWorkflowPackage()
        Returns:
        the keep workflow package checkbox.
      • collection

        public Collection collection()
        Returns:
        the collection associated to this wizard.