import { Page, Locator } from "@playwright/test"; import { UiBaseLocators } from "./UiBaseLocators"; export declare class ContentUiHelper extends UiBaseLocators { private readonly contentNameTxt; private readonly saveAndPublishBtn; private readonly publishBtn; private readonly unpublishBtn; private readonly actionMenuForContentBtn; private readonly textstringTxt; private readonly infoTab; private readonly linkContent; private readonly historyItems; private readonly generalItem; private readonly documentState; private readonly createdDate; private readonly editDocumentTypeBtn; 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 contentTree; 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 documentTypeWorkspace; private readonly addMultipleTextStringBtn; private readonly multipleTextStringValueTxt; private readonly sliderInput; private readonly tabItems; private readonly documentWorkspace; private readonly selectAVariantBtn; private readonly variantAddModeBtn; private readonly saveAndCloseBtn; private readonly enterNameInContainerTxt; private readonly listView; private readonly nameBtn; private readonly listViewTableRow; private readonly publishSelectedListItems; private readonly unpublishSelectedListItems; private readonly duplicateToSelectedListItems; private readonly moveToSelectedListItems; private readonly trashSelectedListItems; private readonly modalContent; private readonly trashBtn; private readonly documentListView; private readonly documentGridView; private readonly documentTreeItem; private readonly documentLanguageSelect; private readonly documentLanguageSelectPopover; private readonly documentReadOnly; private readonly documentWorkspaceEditor; private readonly documentBlueprintModal; private readonly documentBlueprintModalEnterNameTxt; private readonly documentBlueprintSaveBtn; private readonly documentNotificationsModal; private readonly documentNotificationsSaveBtn; private readonly exactTrashBtn; private readonly emptyRecycleBinBtn; private readonly confirmEmptyRecycleBinBtn; private readonly duplicateToBtn; private readonly moveToBtn; private readonly duplicateBtn; private readonly contentTreeRefreshBtn; 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 selectLoginPageDocument; private readonly selectErrorPageDocument; private readonly rollbackItem; private readonly actionsMenu; private readonly linkToDocumentBtn; private readonly linkToMediaBtn; private readonly linkToManualBtn; private readonly umbDocumentCollection; private readonly documentTableColumnName; 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 saveContentBtn; 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 documentScheduleModal; 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 documentPublishWithDescendantsModal; private readonly includeUnpublishedDescendantsToggle; private readonly publishWithDescendantsModalBtn; private readonly documentVariantLanguagePicker; private readonly documentVariantLanguageItem; private readonly styleSelectBtn; private readonly cascadingMenuContainer; private readonly modalFormValidationMessage; private readonly treePickerSearchTxt; private readonly mediaPickerSearchTxt; private readonly memberPickerSearchTxt; private readonly documentCreateOptionsModal; private readonly refListBlock; private readonly propertyActionMenu; private readonly listViewCustomRows; private readonly collectionView; private readonly entityPickerTree; private readonly hostNameItem; private readonly languageToggle; private readonly contentVariantDropdown; private readonly blockProperty; private readonly linkPickerAddBtn; private readonly linkPickerCloseBtn; private readonly linkPickerTargetToggle; private readonly confirmToResetBtn; private readonly saveModal; private readonly expandSegmentBtn; constructor(page: Page); enterContentName(name: string): Promise; clickSaveAndPublishButton(): Promise; isSuccessStateVisibleForSaveAndPublishButton(isVisible?: boolean): Promise; clickPublishButton(): Promise; clickUnpublishButton(): Promise; clickReloadChildrenThreeDotsButton(): Promise; clickActionsMenuAtRoot(): Promise; goToContentWithName(contentName: string): Promise; clickActionsMenuForContent(name: string): Promise; openContentCaretButtonForName(name: string): Promise; clickCaretButtonForContentName(name: string): Promise; waitForModalVisible(): Promise; waitForModalHidden(): Promise; clickSaveButtonForContent(): Promise; enterTextstring(text: string): Promise; isTextstringPropertyVisible(isVisible?: boolean): Promise; doesContentTreeHaveName(contentName: string): Promise; enterRichTextArea(value: string): Promise; enterTextArea(value: string): Promise; clickConfirmToUnpublishButton(): Promise; clickCreateDocumentBlueprintButton(): Promise; clickInfoTab(): Promise; doesDocumentHaveLink(link: string): Promise; doesHistoryHaveText(text: string): Promise; doesDocumentStateHaveText(text: string): Promise; doesCreatedDateHaveText(text: string): Promise; doesIdHaveText(text: string): Promise; clickEditDocumentTypeButton(): Promise; clickAddTemplateButton(): Promise; clickSaveButtonAndWaitForContentToBeCreated(): Promise; clickSaveModalButtonAndWaitForContentToBeCreated(): Promise; clickSaveModalButtonAndWaitForContentToBeUpdated(): Promise; clickSaveAndPublishButtonAndWaitForContentToBeCreated(): Promise; clickConfirmToPublishButtonAndWaitForContentToBeCreated(): Promise; clickSaveButtonAndWaitForContentToBeUpdated(): Promise; clickSaveAndPublishButtonAndWaitForContentToBeUpdated(): Promise; clickSaveAndPublishButtonAndWaitForContentToBePublished(): Promise; private clickContainerSaveButton; clickContainerSaveButtonAndWaitForContentToBeUpdated(): Promise; clickContainerSaveAndPublishButtonAndWaitForContentToBePublished(): Promise; clickDocumentTypeByName(documentTypeName: string): Promise; clickTemplateByName(templateName: string): Promise; isDocumentTypeModalVisible(documentTypeName: 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; chooseDocumentType(documentTypeName: string): Promise; clickApprovedColorByValue(value: string): Promise; chooseCheckboxListOption(optionValue: string): Promise; addContentPicker(contentName: string): Promise; isOpenButtonVisibleInContentPicker(contentPickerName: string, isVisible?: boolean): Promise; clickContentPickerOpenButton(contentPickerName: string): Promise; isNodeOpenForContentPicker(contentPickerName: string): Promise; isContentNameVisible(contentName: string, isVisible?: boolean): Promise; isContentInTreeVisible(name: string, isVisible?: boolean): Promise; isChildContentInTreeVisible(parentName: string, childName: string, isVisible?: boolean): Promise; removeContentPicker(contentPickerName: 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; isDocumentTypeNameVisible(contentName: string, isVisible?: boolean): Promise; doesModalHaveText(text: string): Promise; isTabNameVisible(tabName: string): Promise; clickTabWithName(tabName: string): Promise; doesDocumentHaveName(name: string): Promise; doesDocumentTableColumnNameValuesMatch(expectedValues: string[]): Promise; clickSelectVariantButton(): Promise; clickExpandSegmentButton(contentName: string): Promise; clickSegmentVariantButton(segmentName: string): Promise; clickVariantAddModeButtonForLanguageName(language: string): Promise; clickSaveAndCloseButton(): Promise; clickCreateContentWithName(name: string): Promise; enterNameInContainer(name: string): Promise; goToContentInListViewWithName(contentName: string): Promise; doesListViewHaveNoItemsInList(): Promise; doesContentListHaveNoItemsInList(): Promise; clickNameButtonInListView(): Promise; doesFirstItemInListViewHaveName(name: string): Promise; doesListViewContainCount(count: number): Promise; selectContentWithNameInListView(name: string): Promise; clickPublishSelectedListItems(): Promise; clickUnpublishSelectedListItems(): Promise; clickDuplicateToSelectedListItems(): Promise; clickMoveToSelectedListItems(): Promise; clickTrashSelectedListItems(): Promise; selectDocumentWithNameAtRoot(name: string): Promise; clickTrashButton(): Promise; clickExactTrashButton(): Promise; isDocumentListViewVisible(isVisible?: boolean): Promise; isDocumentGridViewVisible(isVisible?: boolean): Promise; changeDocumentSectionLanguage(newLanguageName: string): Promise; doesDocumentSectionHaveLanguageSelected(languageName: string): Promise; isDocumentReadOnly(isVisible?: boolean): Promise; isDocumentNameInputEditable(isEditable?: boolean): Promise; isActionsMenuForRecycleBinVisible(isVisible?: boolean): Promise; isActionsMenuForRootVisible(isVisible?: boolean): Promise; clickEmptyRecycleBinButton(): Promise; clickConfirmEmptyRecycleBinButton(): Promise; isDocumentPropertyEditable(propertyName: string, isEditable?: boolean): Promise; doesDocumentPropertyHaveValue(propertyName: string, value: string): Promise; clickContentTab(): Promise; isDocumentTreeEmpty(): Promise; doesDocumentWorkspaceContainName(name: string): Promise; doesDocumentWorkspaceHaveText(text: string): Promise; enterDocumentBlueprintName(name: string): Promise; clickSaveDocumentBlueprintButton(): Promise; clickDuplicateToButton(): Promise; clickDuplicateButton(): Promise; clickMoveToButton(): Promise; moveToContentWithName(parentNames: string[], moveTo: string): Promise; isCaretButtonVisibleForContentName(contentName: string, isVisible?: boolean): Promise; reloadContentTree(): Promise; clickSortChildrenButton(): Promise; clickRollbackButton(): Promise; clickRollbackContainerButton(): Promise; clickLatestRollBackItem(): Promise; clickPublicAccessButton(): Promise; addGroupBasedPublicAccess(memberGroupName: string, documentName: string): Promise; sortChildrenDragAndDrop(dragFromSelector: Locator, dragToSelector: Locator, verticalOffset?: number, horizontalOffset?: number, steps?: number): Promise; clickSortButton(): Promise; doesIndexDocumentInTreeContainName(parentName: string, childName: string, index: number): Promise; selectMemberGroup(memberGroupName: string): Promise; isPermissionInActionsMenuVisible(permissionName: string, isVisible?: boolean): Promise; clickDocumentLinkButton(): 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(contentName: string, propertyName: string, blockName: string, index?: number): Promise; doesClipboardHaveCopiedBlocks(contentName: string, propertyName: string, index?: number): Promise; doesClipboardContainCopiedBlocksCount(count: number): Promise; selectClipboardEntryWithName(contentName: string, propertyName: string, blockName: string, index?: number): Promise; selectClipboardEntriesWithName(contentName: 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; addDocumentDomain(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; doesDocumentVariantLanguageItemHaveCount(count: number): Promise; doesDocumentVariantLanguageItemHaveName(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; isContentNameReadOnly(): Promise; isBlockCustomViewVisible(blockCustomViewLocator: string, isVisible?: boolean): Promise; isSingleBlockElementVisible(isVisible?: boolean): Promise; doesBlockCustomViewHaveValue(customBlockViewLocator: string, valueText: string): Promise; clickPropertyActionWithName(name: string): Promise; isContentWithNameVisibleInList(contentName: string, isVisible?: boolean): Promise; selectDocumentBlueprintWithName(blueprintName: string): Promise; doesDocumentModalHaveText(text: string): Promise; doesListViewItemsHaveCount(pageSize: number): Promise; isListViewItemWithNameVisible(itemName: string, index?: number): Promise; clickPaginationNextButton(): Promise; chooseCollectionMenuItemWithName(name: string): Promise; chooseTreeMenuItemWithName(name: string, parentNames?: string[]): Promise; isChooseButtonVisible(isVisible?: boolean): Promise; clickDocumentNotificationOptionWithName(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; clickConfirmTrashButtonAndWaitForContentToBeTrashed(): Promise; clickConfirmEmptyRecycleBinButtonAndWaitForRecycleBinToBeEmptied(): Promise; clickConfirmToPublishButtonAndWaitForContentToBePublished(): Promise; clickSaveModalButtonAndWaitForDomainToBeCreated(): Promise; clickSaveModalButtonAndWaitForDocumentBlueprintToBeCreated(): Promise; clickSaveModalButtonAndWaitForNotificationToBeCreated(): Promise; isLinkPickerAddButtonEnabled(): Promise; isLinkPickerAddButtonDisabled(): Promise; clickLinkPickerCloseButton(): Promise; clickLinkPickerAddButton(): Promise; clickLinkPickerTargetToggle(): Promise; clickConfirmToResetButton(): Promise; doesTextStringHaveExpectedValue(expectedValue: string): Promise; doesTextAreaHaveExpectedValue(expectedValue: string): Promise; addElementPicker(elementName: string): Promise; removeElementPicker(elementPickerName: string): Promise; }