import { Page, Locator } from "@playwright/test"; import { UiBaseLocators } from "./UiBaseLocators"; export declare class LibraryUiHelper extends UiBaseLocators { private readonly elementNameTxt; private readonly saveAndPublishBtn; private readonly publishBtn; private readonly unpublishBtn; private readonly actionMenuForElementBtn; private readonly textstringTxt; private readonly infoTab; private readonly linkElement; private readonly historyItems; private readonly generalItem; private readonly elementState; private readonly createdDate; private readonly editElementTypeBtn; private readonly addTemplateBtn; private readonly id; private readonly cultureAndHostnamesBtn; private readonly cultureLanguageDropdownBox; private readonly addNewHostnameBtn; private readonly hostnameTxt; private readonly hostnameLanguageDropdownBox; private readonly deleteHostnameBtn; private readonly reloadChildrenThreeDotsBtn; private readonly elementTree; private readonly richTextAreaTxt; private readonly textAreaTxt; private readonly plusIconBtn; private readonly enterTagTxt; private readonly menuItemTree; private readonly hostnameComboBox; private readonly confirmToUnpublishBtn; private readonly saveModalBtn; private readonly dropdown; private readonly setADateTxt; private readonly chooseMediaPickerBtn; private readonly chooseMemberPickerBtn; private readonly numericTxt; private readonly resetFocalPointBtn; private readonly addMultiURLPickerBtn; private readonly linkTxt; private readonly anchorQuerystringTxt; private readonly linkTitleTxt; private readonly tagItems; private readonly removeFilesBtn; private readonly toggleBtn; private readonly toggleInput; private readonly elementTypeWorkspace; private readonly addMultipleTextStringBtn; private readonly multipleTextStringValueTxt; private readonly sliderInput; private readonly tabItems; private readonly elementWorkspace; private readonly selectAVariantBtn; private readonly variantAddModeBtn; private readonly saveAndCloseBtn; private readonly enterNameInContainerTxt; private readonly elementCollectionView; private readonly nameBtn; private readonly elementCollectionViewTableRow; private readonly publishSelectedListItems; private readonly unpublishSelectedListItems; private readonly duplicateToSelectedListItems; private readonly moveToSelectedListItems; private readonly trashSelectedListItems; private readonly modalElement; private readonly trashBtn; private readonly elementElementCollectionView; private readonly elementGridView; private readonly elementFolderCollectionView; private readonly elementTreeItem; private readonly elementLanguageSelect; private readonly elementLanguageSelectPopover; private readonly elementReadOnly; private readonly elementWorkspaceEditor; private readonly exactTrashBtn; private readonly emptyRecycleBinBtn; private readonly confirmEmptyRecycleBinBtn; private readonly duplicateToBtn; private readonly moveToBtn; private readonly duplicateBtn; private readonly elementTreeRefreshBtn; private readonly sortChildrenBtn; private readonly rollbackBtn; private readonly rollbackContainerBtn; private readonly publicAccessBtn; private readonly uuiCheckbox; private readonly sortBtn; private readonly containerSaveBtn; private readonly groupBasedProtectionBtn; private readonly chooseMemberGroupBtn; private readonly selectLoginPageElement; private readonly selectErrorPageElement; private readonly rollbackItem; private readonly actionsMenu; private readonly linkToElementBtn; private readonly linkToMediaBtn; private readonly linkToManualBtn; private readonly umbElementCollection; private readonly elementTableColumnName; private readonly addBlockElementBtn; private readonly formValidationMessage; private readonly blockName; private readonly addBlockSettingsTabBtn; private readonly editBlockEntryBtn; private readonly copyBlockEntryBtn; private readonly deleteBlockEntryBtn; private readonly blockGridEntry; private readonly blockListEntry; private readonly tipTapPropertyEditor; private readonly tipTapEditor; private readonly uploadedSvgThumbnail; private readonly linkPickerModal; private readonly pasteFromClipboardBtn; private readonly pasteBtn; private readonly closeBtn; private readonly workspaceEditTab; private readonly workspaceEditProperties; private readonly exactCopyBtn; private readonly openActionsMenu; private readonly replaceExactBtn; private readonly clipboardEntryPicker; private readonly blockWorkspaceEditTab; private readonly insertBlockBtn; private readonly blockWorkspace; private readonly saveElementBtn; private readonly splitView; private readonly tiptapInput; private readonly rteBlockInline; private readonly modalCreateBtn; private readonly modalUpdateBtn; private readonly rteBlock; private readonly workspaceActionMenu; private readonly workspaceActionMenuItem; private readonly viewMoreOptionsBtn; private readonly schedulePublishBtn; private readonly schedulePublishModalBtn; private readonly elementScheduleModal; private readonly publishAtFormLayout; private readonly unpublishAtFormLayout; private readonly publishAtValidationMessage; private readonly unpublishAtValidationMessage; private readonly lastPublished; private readonly publishAt; private readonly blockGridAreasContainer; private readonly blockGridBlock; private readonly blockGridEntries; private readonly inlineCreateBtn; private readonly removeAt; private readonly selectAllCheckbox; private readonly confirmToPublishBtn; private readonly tiptapStatusbarWordCount; private readonly tiptapStatusbarElementPath; private readonly publishWithDescendantsBtn; private readonly elementPublishWithDescendantsModal; private readonly includeUnpublishedDescendantsToggle; private readonly publishWithDescendantsModalBtn; private readonly elementVariantLanguagePicker; private readonly elementVariantLanguageItem; private readonly styleSelectBtn; private readonly cascadingMenuContainer; private readonly modalFormValidationMessage; private readonly treePickerSearchTxt; private readonly mediaPickerSearchTxt; private readonly memberPickerSearchTxt; private readonly elementCreateOptionsModal; private readonly refListBlock; private readonly propertyActionMenu; private readonly elementCollectionViewCustomRows; private readonly collectionMenu; private readonly entityPickerTree; private readonly hostNameItem; private readonly languageToggle; private readonly elementVariantDropdown; private readonly blockProperty; private readonly linkPickerAddBtn; private readonly linkPickerCloseBtn; private readonly linkPickerTargetToggle; private readonly confirmToResetBtn; private readonly saveModal; private readonly expandSegmentBtn; private readonly elementBtn; private readonly elementFolderBtn; private readonly entityActionsBundle; private readonly referencesWorkspaceInfoApp; private readonly noReferencesText; private readonly referencesItemsInInfoTab; constructor(page: Page); enterElementName(name: string): Promise; clickSaveAndPublishButton(): Promise; isSuccessStateVisibleForSaveAndPublishButton(isVisible?: boolean): Promise; clickPublishButton(): Promise; clickUnpublishButton(): Promise; clickReloadChildrenThreeDotsButton(): Promise; clickActionsMenuAtRoot(): Promise; goToElementWithName(elementName: string): Promise; clickActionsMenuForElement(name: string): Promise; openElementCaretButtonForName(name: string): Promise; clickCaretButtonForElementName(name: string): Promise; waitForModalVisible(): Promise; waitForModalHidden(): Promise; clickSaveButtonForElement(): Promise; enterTextstring(text: string): Promise; isTextstringPropertyVisible(isVisible?: boolean): Promise; doesElementTreeHaveName(elementName: string): Promise; enterRichTextArea(value: string): Promise; enterTextArea(value: string): Promise; clickConfirmToUnpublishButton(): Promise; clickInfoTab(): Promise; doesElementHaveLink(link: string): Promise; doesHistoryHaveText(text: string): Promise; doesElementStateHaveText(text: string): Promise; doesCreatedDateHaveText(text: string): Promise; doesIdHaveText(text: string): Promise; clickEditElementTypeButton(): Promise; clickAddTemplateButton(): Promise; clickSaveButtonAndWaitForElementToBeCreated(): Promise; clickSaveModalButtonAndWaitForElementToBeCreated(): Promise; clickSaveModalButtonAndWaitForElementToBeUpdated(): Promise; clickSaveAndPublishButtonAndWaitForElementToBeCreated(): Promise; clickConfirmToPublishButtonAndWaitForElementToBeCreated(): Promise; clickSaveButtonAndWaitForElementToBeUpdated(): Promise; clickSaveAndPublishButtonAndWaitForElementToBeUpdated(): Promise; clickSaveAndPublishButtonAndWaitForElementToBePublished(): Promise; private clickContainerSaveButton; clickContainerSaveButtonAndWaitForElementToBeUpdated(): Promise; clickContainerSaveAndPublishButtonAndWaitForElementToBePublished(): Promise; clickElementTypeByName(elementTypeName: string): Promise; clickTemplateByName(templateName: string): Promise; isElementTypeModalVisible(elementTypeName: string): Promise; isTemplateModalVisible(templateName: string): Promise; clickEditTemplateByName(templateName: string): Promise; changeTemplate(oldTemplate: string, newTemplate: string): Promise; isTemplateNameDisabled(templateName: string): Promise; clickCultureAndHostnamesButton(): Promise; clickAddNewHostnameButton(): Promise; selectCultureLanguageOption(option: string): Promise; selectHostnameLanguageOption(option: string, index?: number): Promise; enterDomain(value: string, index?: number): Promise; clickDeleteHostnameButton(): Promise; clickSaveModalButton(): Promise; chooseElementType(elementTypeName: string): Promise; clickApprovedColorByValue(value: string): Promise; chooseCheckboxListOption(optionValue: string): Promise; addElementPicker(elementName: string): Promise; isOpenButtonVisibleInElementPicker(elementPickerName: string, isVisible?: boolean): Promise; clickElementPickerOpenButton(elementPickerName: string): Promise; isNodeOpenForElementPicker(elementPickerName: string): Promise; isElementNameVisible(elementName: string, isVisible?: boolean): Promise; isElementInTreeVisible(name: string, isVisible?: boolean): Promise; isChildElementInTreeVisible(parentName: string, childName: string, isVisible?: boolean): Promise; removeElementPicker(elementPickerName: string): Promise; chooseDropdownOption(optionValues: string[]): Promise; enterADate(date: string): Promise; clickChooseMediaPickerButton(): Promise; clickChooseButtonAndSelectMediaWithName(mediaName: string): Promise; clickChooseButtonAndSelectMediaWithKey(mediaKey: string): Promise; removeMediaPickerByName(mediaPickerName: string): Promise; isMediaNameVisible(mediaName: string, isVisible?: boolean): Promise; clickResetFocalPointButton(): Promise; setFocalPoint(widthPercentage?: number, heightPercentage?: number): Promise; clickChooseMemberPickerButton(): Promise; selectMemberByName(memberName: string): Promise; removeMemberPickerByName(memberName: string): Promise; enterNumeric(number: number): Promise; chooseRadioboxOption(optionValue: string): Promise; clickPlusIconButton(): Promise; enterTag(tagName: string): Promise; removeTagByName(tagName: string): Promise; clickAddMultiURLPickerButton(): Promise; selectLinkByName(linkName: string): Promise; enterLink(value: string, toPress?: boolean): Promise; enterAnchorOrQuerystring(value: string, toPress?: boolean): Promise; enterLinkTitle(value: string, toPress?: boolean): Promise; removeUrlPickerByName(linkName: string): Promise; clickEditUrlPickerButtonByName(linkName: string): Promise; clickRemoveFilesButton(): Promise; clickToggleButton(): Promise; doesToggleHaveLabel(label: string): Promise; clickAddMultipleTextStringButton(): Promise; enterMultipleTextStringValue(value: string): Promise; addMultipleTextStringItem(value: string): Promise; enterCodeEditorValue(value: string): Promise; enterMarkdownEditorValue(value: string): Promise; changeSliderValue(value: string): Promise; isElementTypeNameVisible(elementName: string, isVisible?: boolean): Promise; doesModalHaveText(text: string): Promise; isTabNameVisible(tabName: string): Promise; clickTabWithName(tabName: string): Promise; doesElementHaveName(name: string): Promise; doesElementTableColumnNameValuesMatch(expectedValues: string[]): Promise; clickSelectVariantButton(): Promise; clickExpendSegmentButton(elementName: string): Promise; clickVariantAddModeButtonForLanguageName(language: string): Promise; clickSaveAndCloseButton(): Promise; clickCreateElementWithName(name: string): Promise; enterNameInContainer(name: string): Promise; goToElementInElementCollectionViewWithName(elementName: string): Promise; doesElementCollectionViewHaveNoItemsInList(): Promise; doesElementListHaveNoItemsInList(): Promise; clickNameButtonInElementCollectionView(): Promise; doesFirstItemInElementCollectionViewHaveName(name: string): Promise; doesElementCollectionViewContainCount(count: number): Promise; selectElementWithNameInElementCollectionView(name: string): Promise; clickPublishSelectedListItems(): Promise; clickUnpublishSelectedListItems(): Promise; clickDuplicateToSelectedListItems(): Promise; clickMoveToSelectedListItems(): Promise; clickTrashSelectedListItems(): Promise; selectElementWithNameAtRoot(name: string): Promise; clickTrashButton(): Promise; clickExactTrashButton(): Promise; isElementElementCollectionViewVisible(isVisible?: boolean): Promise; isElementFolderCollectionViewVisible(isVisible?: boolean): Promise; isElementGridViewVisible(isVisible?: boolean): Promise; changeElementSectionLanguage(newLanguageName: string): Promise; doesElementSectionHaveLanguageSelected(languageName: string): Promise; isElementReadOnly(isVisible?: boolean): Promise; isElementNameInputEditable(isEditable?: boolean): Promise; isActionsMenuForRecycleBinVisible(isVisible?: boolean): Promise; isActionsMenuForRootVisible(isVisible?: boolean): Promise; clickEmptyRecycleBinButton(): Promise; clickConfirmEmptyRecycleBinButton(): Promise; isElementPropertyEditable(propertyName: string, isEditable?: boolean): Promise; doesElementPropertyHaveValue(propertyName: string, value: string): Promise; clickContentTab(): Promise; isElementTreeEmpty(): Promise; doesElementWorkspaceContainName(name: string): Promise; doesElementWorkspaceHaveText(text: string): Promise; clickDuplicateToButton(): Promise; clickDuplicateButton(): Promise; clickMoveToButton(): Promise; moveToElementWithName(parentNames: string[], moveTo: string): Promise; isCaretButtonVisibleForElementName(elementName: string, isVisible?: boolean): Promise; reloadElementTree(): Promise; clickSortChildrenButton(): Promise; clickRollbackButton(): Promise; clickRollbackContainerButton(): Promise; clickLatestRollBackItem(): Promise; clickPublicAccessButton(): Promise; addGroupBasedPublicAccess(memberGroupName: string, elementName: string): Promise; sortChildrenDragAndDrop(dragFromSelector: Locator, dragToSelector: Locator, verticalOffset?: number, horizontalOffset?: number, steps?: number): Promise; clickSortButton(): Promise; doesIndexElementInTreeContainName(parentName: string, childName: string, index: number): Promise; selectMemberGroup(memberGroupName: string): Promise; isPermissionInActionsMenuVisible(permissionName: string, isVisible?: boolean): Promise; clickElementLinkButton(): Promise; clickMediaLinkButton(): Promise; clickManualLinkButton(): Promise; clickAddBlockElementButton(): Promise; clickAddBlockWithNameButton(name: string): Promise; clickCreateInModal(headline: string, options?: { waitForClose?: 'target' | 'any'; }): Promise; isAddBlockElementButtonVisible(isVisible?: boolean): Promise; isAddBlockElementButtonWithLabelVisible(blockName: string, label: string, isVisible?: boolean): Promise; doesFormValidationMessageContainText(text: string): Promise; doesBlockElementHaveName(name: string): Promise; clickAddBlockSettingsTabButton(): Promise; clickEditBlockGridBlockButton(): Promise; clickDeleteBlockGridBlockButton(): Promise; clickEditBlockListBlockButton(): Promise; clickDeleteBlockListBlockButton(): Promise; clickCopyBlockListBlockButton(groupName: string, propertyName: string, blockName: string, index?: number): Promise; clickCopyBlockGridBlockButton(groupName: string, propertyName: string, blockName: string, index?: number): Promise; clickPasteFromClipboardButtonForProperty(groupName: string, propertyName: string): Promise; clickActionsMenuForProperty(groupName: string, propertyName: string): Promise; clickAddBlockGridElementWithName(elementTypeName: string): Promise; clickEditBlockListEntryWithName(blockListElementName: string): Promise; clickEditBlockGridEntryWithName(blockGridElementName: string): Promise; goToRTEBlockWithName(groupName: string, propertyName: string, blockName: string, index?: number): Promise; clickSelectBlockElementWithName(elementTypeName: string): Promise; clickSelectBlockElementInAreaWithName(elementTypeName: string): Promise; clickBlockElementWithName(elementTypeName: string): Promise; enterPropertyValue(propertyName: string, value: string): Promise; doesBlockContainBlockInAreaWithName(blockWithAreaName: string, areaName: string, blockInAreaName: string, index?: number): Promise; doesBlockContainBlockCountInArea(blockWithAreaName: string, areaName: string, blocksInAreaCount: number, index?: number): Promise; doesBlockContainCountOfBlockInArea(blockWithAreaName: string, areaName: string, blockInAreaName: string, count: number, index?: number): Promise; getBlockAtRootDataElementKey(blockName: string, index?: number): Promise; getBlockAreaKeyFromParentBlockDataElementKey(parentKey: string, index?: number): Promise; getBlockDataElementKeyInArea(parentBlockName: string, areaName: string, blockName: string, parentIndex?: number, childIndex?: number): Promise; removeBlockFromArea(parentBlockName: string, areaName: string, blockName: string, parentIndex?: number, childIndex?: number): Promise; doesBlockAreaContainColumnSpan(blockWithAreaName: string, areaName: string, columnSpan: number, index?: number): Promise; doesBlockAreaContainRowSpan(blockWithAreaName: string, areaName: string, rowSpan: number, index?: number): Promise; clickInlineAddToAreaButton(parentBlockName: string, areaName: string, parentIndex?: number, buttonIndex?: number): Promise; addBlockToAreasWithExistingBlock(blockWithAreaName: string, areaName: string, parentIndex?: number, addToIndex?: number): Promise; doesBlockGridBlockWithAreaContainCreateLabel(blockWithAreaName: string, createLabel: string, index?: number): Promise; doesPropertyContainValue(propertyName: string, value: string): Promise; clickCreateButtonForModalWithElementTypeNameAndGroupName(headlineName: string, groupName: string): Promise; clickUpdateButtonForModalWithElementTypeNameAndGroupName(headlineName: string, groupName: string): Promise; clickExactCopyButton(): Promise; clickExactReplaceButton(): Promise; doesClipboardHaveCopiedBlockWithName(elementName: string, propertyName: string, blockName: string, index?: number): Promise; doesClipboardHaveCopiedBlocks(elementName: string, propertyName: string, index?: number): Promise; doesClipboardContainCopiedBlocksCount(count: number): Promise; selectClipboardEntryWithName(elementName: string, propertyName: string, blockName: string, index?: number): Promise; selectClipboardEntriesWithName(elementName: string, propertyName: string, index?: number): Promise; goToBlockGridBlockWithName(groupName: string, propertyName: string, blockName: string, index?: number): Promise; goToBlockListBlockWithName(groupName: string, propertyName: string, blockName: string, index?: number): Promise; doesBlockEditorBlockWithNameContainValue(groupName: string, propertyName: string, inputType: string | undefined, value: any): Promise; clickCloseButton(): Promise; clickPasteButton(): Promise; doesBlockListPropertyHaveBlockAmount(groupName: string, propertyName: string, amount: number): Promise; doesBlockGridPropertyHaveBlockAmount(groupName: string, propertyName: string, amount: number): Promise; doesPropertyContainValidationMessage(groupName: string, propertyName: string, message: string): Promise; clickInsertBlockButton(): Promise; enterRTETipTapEditor(value: string): Promise; typeRTETipTapEditorValue(value: string, toClearFirst?: boolean): Promise; clickCreateBlockModalButtonAndWaitForModalToClose(): Promise; clickUpdateBlockModalButtonAndWaitForModalToClose(): Promise; enterRTETipTapEditorWithName(name: string, value: string): Promise; clickTipTapToolbarIconWithTitle(iconTitle: string): Promise; doesUploadedSvgThumbnailHaveSrc(imageSrc: string): Promise; doesRichTextEditorBlockContainLabel(richTextEditorAlias: string, label: string): Promise; doesBlockEditorModalContainEditorSize(editorSize: string, elementName: string): Promise; doesBlockEditorModalContainInline(richTextEditorAlias: string, elementName: string): Promise; doesBlockHaveBackgroundColor(elementName: string, backgroundColor: string): Promise; doesBlockHaveIconColor(elementName: string, backgroundColor: string): Promise; addElementDomain(domainName: string, languageName: string): Promise; clickViewMoreOptionsButton(): Promise; clickSchedulePublishButton(): Promise; clickSchedulePublishModalButton(): Promise; enterPublishTime(time: string, index?: number): Promise; enterUnpublishTime(time: string, index?: number): Promise; doesPublishAtValidationMessageContainText(text: string): Promise; doesUnpublishAtValidationMessageContainText(text: string): Promise; doesLastPublishedContainText(text: string): Promise; doesPublishAtContainText(text: string): Promise; doesRemoveAtContainText(text: string): Promise; clickSelectAllCheckbox(): Promise; doesSchedulePublishModalButtonContainDisabledTag(hasDisabledTag?: boolean): Promise; clickInlineBlockCaretButtonForName(blockEditorName: string, index?: number): Promise; doesTiptapHaveWordCount(count: number): Promise; doesTiptapHaveCharacterCount(count: number): Promise; clickTiptapWordCountButton(): Promise; doesElementPathHaveText(text: string): Promise; clickConfirmToPublishButton(): Promise; clickPublishWithDescendantsButton(): Promise; clickIncludeUnpublishedDescendantsToggle(): Promise; clickPublishWithDescendantsModalButton(): Promise; doesElementVariantLanguageItemHaveCount(count: number): Promise; doesElementVariantLanguageItemHaveName(name: string): Promise; clickSchedulePublishLanguageButton(languageName: string): Promise; clickBlockCardWithName(name: string, toForce?: boolean): Promise; clickStyleSelectButton(): Promise; clickCascadingMenuItemWithName(name: string): Promise; hoverCascadingMenuItemWithName(name: string): Promise; selectAllRTETipTapEditorText(): Promise; clearTipTapEditor(): Promise; clickBlockElementInRTEWithName(elementTypeName: string): Promise; doesModalFormValidationMessageContainText(text: string): Promise; enterSearchKeywordInTreePickerModal(keyword: string): Promise; enterSearchKeywordInMediaPickerModal(keyword: string): Promise; enterSearchKeywordInMemberPickerModal(keyword: string): Promise; isElementNameReadOnly(): Promise; isBlockCustomViewVisible(blockCustomViewLocator: string, isVisible?: boolean): Promise; isSingleBlockElementVisible(isVisible?: boolean): Promise; doesBlockCustomViewHaveValue(customBlockViewLocator: string, valueText: string): Promise; clickPropertyActionWithName(name: string): Promise; isElementWithNameVisibleInList(elementName: string, isVisible?: boolean): Promise; selectElementBlueprintWithName(blueprintName: string): Promise; doesElementModalHaveText(text: string): Promise; doesElementCollectionViewItemsHaveCount(pageSize: number): Promise; isElementCollectionViewItemWithNameVisible(itemName: string, index?: number): Promise; clickPaginationNextButton(): Promise; chooseCollectionMenuItemWithName(name: string): Promise; chooseTreeMenuItemWithName(name: string, parentNames?: string[]): Promise; isChooseButtonVisible(isVisible?: boolean): Promise; clickElementNotificationOptionWithName(name: string): Promise; switchLanguage(languageName: string): Promise; clickAddBlockListElementWithName(blockName: string): Promise; isAddBlockListElementWithNameDisabled(blockName: string): Promise; isAddBlockListElementWithNameVisible(blockName: string): Promise; enterBlockPropertyValue(propertyName: string, value: string): Promise; isBlockPropertyEditable(propertyName: string, isEditable?: boolean): Promise; isInlineBlockPropertyVisible(propertyName: string, isVisible?: boolean): Promise; isInlineBlockPropertyVisibleForBlockWithName(blockName: string, propertyName: string, isVisible?: boolean, index?: number): Promise; enterInlineBlockPropertyValue(propertyName: string, value: string, index?: number): Promise; doesInlineBlockPropertyHaveValue(propertyName: string, value: string, index?: number): Promise; clickConfirmTrashButtonAndWaitForElementToBeTrashed(): Promise; clickConfirmEmptyRecycleBinButtonAndWaitForRecycleBinToBeEmptied(): Promise; clickConfirmToPublishButtonAndWaitForElementToBePublished(): Promise; isLinkPickerAddButtonEnabled(): Promise; isLinkPickerAddButtonDisabled(): Promise; clickLinkPickerCloseButton(): Promise; clickLinkPickerAddButton(): Promise; clickLinkPickerTargetToggle(): Promise; clickConfirmToResetButton(): Promise; doesTextStringHaveExpectedValue(expectedValue: string): Promise; doesTextAreaHaveExpectedValue(expectedValue: string): Promise; clickElementButton(): Promise; clickElementFolderButton(): Promise; clickCreateFolderButtonAndWaitForElementFolderToBeCreated(): Promise; clickConfirmCreateFolderButtonAndWaitForElementFolderToBeCreated(): Promise; clickConfirmRenameFolderButtonAndWaitForElementFolderToBeRenamed(): Promise; clickConfirmTrashButtonAndWaitForElementFolderToBeTrashed(): Promise; clickConfirmToUnpublishButtonAndWaitForElementToBeUnpublished(): Promise; clickDeleteButtonForTrashedElememtWithName(elementName: string): Promise; clickConfirmToDeleteButtonAndWaitForElementToBeDeleted(): Promise; clickEntityActionOnElementWithName(elementName: string): Promise; isEntityActionForElementWithNameHidden(elementName: string): Promise; isNoReferencesTextVisible(): Promise; doesReferencesItemsInInfoTabHaveCount(count: number): Promise; }