Class RestoreVersionWizard


  • public class RestoreVersionWizard
    extends Wizard
    • Constructor Detail

      • RestoreVersionWizard

        public RestoreVersionWizard()
    • Method Detail

      • isOpened

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

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

        public Collection collection()
        Returns:
        the list view collection.
      • collectionStatus

        public com.codeborne.selenide.SelenideElement collectionStatus()
        Returns:
        the collection status.
      • selectVersion

        public void selectVersion​(java.lang.String uuid,
                                  int index)
        Parameters:
        uuid - uuid of the select versions object
        index - of the select option
      • open

        public static RestoreVersionWizard open​(java.lang.String parent,
                                                java.lang.String source)
        Parameters:
        parent - the parent page on which to create the launch.
        source - the source page for this launch.
        Returns:
        the page object for this wizard.