Class CreateWorkflowWizard.CreateWorkflowActions

  • Enclosing class:
    CreateWorkflowWizard

    public static final class CreateWorkflowWizard.CreateWorkflowActions
    extends java.lang.Object
    • Method Detail

      • getAddContent

        public com.codeborne.selenide.SelenideElement getAddContent()
        Returns:
        The Add Content button element.
      • getIncludeChildren

        public com.codeborne.selenide.SelenideElement getIncludeChildren()
        Returns:
        The Include Children button element.
      • getRemoveSelection

        public com.codeborne.selenide.SelenideElement getRemoveSelection()
        Returns:
        The Remove Selection button element.
      • addContent

        public Picker addContent()
        Click on Add Content button and wait for the dialog.
        Returns:
        the picker that is displayed.
      • removeSelection

        public Dialog removeSelection()
        Click on Remove Selection button and wait for the dialog.
        Returns:
        the alert dialog that is displayed.
      • includeChildren

        public IncludeChildrenDialog includeChildren()
        Click on Include Children button and wait for the dialog.
        Returns:
        the include children dialog that is displayed.