import { Locator, Page } from "@playwright/test"; import { BasePage } from "./BasePage"; export declare class UiBaseLocators extends BasePage { readonly saveBtn: Locator; readonly submitBtn: Locator; readonly confirmBtn: Locator; readonly chooseBtn: Locator; readonly chooseModalBtn: Locator; readonly createBtn: Locator; readonly addBtn: Locator; readonly updateBtn: Locator; readonly changeBtn: Locator; readonly deleteBtn: Locator; readonly deleteExactBtn: Locator; readonly removeExactBtn: Locator; readonly insertBtn: Locator; readonly renameBtn: Locator; readonly reloadBtn: Locator; readonly reloadChildrenBtn: Locator; readonly restoreBtn: Locator; readonly disableBtn: Locator; readonly enableBtn: Locator; readonly actionBtn: Locator; readonly nextBtn: Locator; readonly confirmToDeleteBtn: Locator; readonly confirmCreateFolderBtn: Locator; readonly confirmToRemoveBtn: Locator; readonly confirmToSubmitBtn: Locator; readonly confirmDisableBtn: Locator; readonly confirmEnableBtn: Locator; readonly confirmRenameBtn: Locator; readonly confirmTrashBtn: Locator; readonly createFolderBtn: Locator; readonly folderNameTxt: Locator; readonly folderBtn: Locator; readonly newFolderThreeDotsBtn: Locator; readonly renameFolderThreeDotsBtn: Locator; readonly renameFolderBtn: Locator; readonly updateFolderBtn: Locator; readonly deleteFolderThreeDotsBtn: Locator; readonly breadcrumbBtn: Locator; readonly leftArrowBtn: Locator; readonly caretBtn: Locator; readonly modalCaretBtn: Locator; readonly backOfficeHeader: Locator; readonly backOfficeMain: Locator; readonly sectionLinks: Locator; readonly sectionSidebar: Locator; readonly menuItem: Locator; readonly actionsMenuContainer: Locator; readonly treeItem: Locator; readonly createThreeDotsBtn: Locator; readonly renameThreeDotsBtn: Locator; readonly deleteThreeDotsBtn: Locator; readonly sidebarModal: Locator; readonly sidebarSaveBtn: Locator; readonly openedModal: Locator; readonly container: Locator; readonly containerChooseBtn: Locator; readonly containerSaveAndPublishBtn: Locator; readonly createModalBtn: Locator; readonly documentTypeNode: Locator; readonly propertyNameTxt: Locator; readonly selectPropertyEditorBtn: Locator; readonly editorSettingsBtn: Locator; readonly enterPropertyEditorDescriptionTxt: Locator; readonly property: Locator; readonly addPropertyBtn: Locator; readonly labelAboveBtn: Locator; readonly addGroupBtn: Locator; readonly groupLabel: Locator; readonly typeGroups: Locator; readonly addTabBtn: Locator; readonly unnamedTabTxt: Locator; readonly structureTabBtn: Locator; readonly mandatoryToggle: Locator; readonly validation: Locator; readonly regexTxt: Locator; readonly regexMessageTxt: Locator; readonly validationMessage: Locator; readonly compositionsBtn: Locator; readonly allowAtRootBtn: Locator; readonly allowedChildNodesModal: Locator; readonly addCollectionBtn: Locator; readonly iAmDoneReorderingBtn: Locator; readonly reorderBtn: Locator; readonly queryBuilderBtn: Locator; readonly queryBuilderOrderedBy: Locator; readonly queryBuilderCreateDate: Locator; readonly queryBuilderShowCode: Locator; readonly wherePropertyAliasBtn: Locator; readonly whereOperatorBtn: Locator; readonly whereConstrainValueTxt: Locator; readonly orderByPropertyAliasBtn: Locator; readonly ascendingBtn: Locator; readonly chooseRootContentBtn: Locator; readonly returnedItemsCount: Locator; readonly queryResults: Locator; readonly insertValueBtn: Locator; readonly insertPartialViewBtn: Locator; readonly insertDictionaryItemBtn: Locator; readonly chooseFieldDropDown: Locator; readonly systemFieldsOption: Locator; readonly chooseFieldValueDropDown: Locator; readonly breadcrumbsTemplateModal: Locator; readonly newNameTxt: Locator; readonly renameModalBtn: Locator; readonly successState: Locator; readonly successStateIcon: Locator; readonly failedStateButton: Locator; readonly successNotification: Locator; readonly errorNotification: Locator; readonly typeToFilterSearchTxt: Locator; readonly filterChooseBtn: Locator; readonly searchTxt: Locator; readonly textAreaInputArea: Locator; readonly enterAName: Locator; readonly descriptionBtn: Locator; readonly enterDescriptionTxt: Locator; readonly aliasLockBtn: Locator; readonly aliasNameTxt: Locator; readonly iconBtn: Locator; readonly createLink: Locator; readonly recycleBinBtn: Locator; readonly recycleBinMenuItem: Locator; readonly recycleBinMenuItemCaretBtn: Locator; readonly gridBtn: Locator; readonly listBtn: Locator; readonly viewBundleBtn: Locator; readonly mediaCardItems: Locator; readonly mediaPickerModalSubmitBtn: Locator; readonly mediaCaptionAltTextModalSubmitBtn: Locator; readonly clickToUploadBtn: Locator; readonly inputDropzone: Locator; readonly imageCropperField: Locator; readonly inputUploadField: Locator; readonly chooseMediaInputBtn: Locator; readonly embeddedMediaModal: Locator; readonly embeddedURLTxt: Locator; readonly embeddedRetrieveBtn: Locator; readonly embeddedMediaModalConfirmBtn: Locator; readonly embeddedPreview: Locator; readonly chooseDocumentInputBtn: Locator; readonly createDocumentBlueprintBtn: Locator; readonly createDocumentBlueprintModal: Locator; readonly createNewDocumentBlueprintBtn: Locator; readonly currentUserAvatarBtn: Locator; readonly newPasswordTxt: Locator; readonly confirmPasswordTxt: Locator; readonly currentPasswordTxt: Locator; readonly collectionTreeItemTableRow: Locator; readonly createActionButtonCollection: Locator; readonly createActionBtn: Locator; readonly createOptionActionListModal: Locator; readonly confirmActionModalEntityReferences: Locator; readonly referenceHeadline: Locator; readonly entityItemRef: Locator; readonly entityItem: Locator; readonly workspaceAction: Locator; readonly workspaceActionMenuBtn: Locator; readonly entityAction: Locator; readonly openEntityAction: Locator; readonly firstPaginationBtn: Locator; readonly nextPaginationBtn: Locator; readonly monacoEditor: Locator; readonly uiLoader: Locator; readonly blockTypeCard: Locator; readonly backofficeModalContainer: Locator; readonly allowAccessToAllElementsBtn: Locator; readonly elementStartNode: Locator; constructor(page: Page); getMenuItemByLabel(name: string): Locator; clickActionsMenuForNameInSectionSidebar(name: string): Promise; clickActionsMenuForName(name: string): Promise; isActionsMenuForNameVisible(name: string, isVisible?: boolean): Promise; clickCaretButtonForName(name: string): Promise; isCaretButtonWithNameVisible(name: string, isVisible?: boolean): Promise; clickCaretButton(): Promise; openCaretButtonForName(name: string, isInModal?: boolean): Promise; reloadTree(treeName: string): Promise; isTreeItemVisible(name: string, isVisible?: boolean): Promise; doesTreeItemHaveTheCorrectIcon(name: string, icon: string): Promise; clickReloadButton(): Promise; clickReloadChildrenButton(): Promise; clickSaveButton(): Promise; clickChooseButton(): Promise; clickChooseContainerButton(): Promise; clickSubmitButton(): Promise; clickConfirmButton(): Promise; clickCreateButton(): Promise; clickAddButton(): Promise; clickUpdateButton(): Promise; clickChangeButton(): Promise; clickDeleteButton(): Promise; clickDeleteExactButton(): Promise; clickRemoveExactButton(): Promise; clickInsertButton(): Promise; clickRenameButton(): Promise; clickRestoreButton(): Promise; clickDisableButton(): Promise; clickEnableButton(): Promise; clickActionButton(): Promise; clickNextButton(): Promise; clickBreadcrumbButton(): Promise; clickLeftArrowButton(): Promise; clickConfirmToDeleteButton(): Promise; clickConfirmCreateFolderButton(): Promise; clickConfirmRemoveButton(): Promise; clickConfirmToSubmitButton(): Promise; clickConfirmDisableButton(): Promise; clickConfirmEnableButton(): Promise; clickConfirmRenameButton(): Promise; clickConfirmTrashButton(): Promise; clickDeleteAndConfirmButton(): Promise; clickCreateFolderButton(): Promise; enterFolderName(folderName: string): Promise; createFolder(folderName: string): Promise; deleteFolder(): Promise; clickFolderButton(): Promise; clickNewFolderThreeDotsButton(): Promise; clickRenameFolderThreeDotsButton(): Promise; clickRenameFolderButton(): Promise; clickUpdateFolderButton(): Promise; clickCreateThreeDotsButton(): Promise; clickFilterChooseButton(): Promise; isSuccessStateVisibleForSaveButton(isVisible?: boolean): Promise; isSuccessButtonWithTextVisible(text: string): Promise; isSuccessStateIconVisible(): Promise; isFailedStateButtonVisible(): Promise; isSuccessNotificationVisible(isVisible?: boolean): Promise; doesSuccessNotificationsHaveCount(count: number): Promise; doesSuccessNotificationHaveText(text: string, isVisible?: boolean, deleteNotification?: boolean, timeout?: number): Promise; isErrorNotificationVisible(isVisible?: boolean): Promise; doesErrorNotificationHaveText(text: string, isVisible?: boolean, deleteNotification?: boolean): Promise; clickChooseModalButton(): Promise; clickCreateModalButton(): Promise; clickModalMenuItemWithName(name: string): Promise; isModalMenuItemWithNameDisabled(name: string): Promise; isModalMenuItemWithNameVisible(name: string, isVisible?: boolean): Promise; clickContainerSaveAndPublishButton(): Promise; goToSection(sectionName: string, checkSections?: boolean, skipReload?: boolean): Promise; goToSettingsTreeItem(settingsTreeItemName: string): Promise; isSectionWithNameVisible(sectionName: string, isVisible?: boolean): Promise; isBackOfficeMainVisible(isVisible?: boolean): Promise; clickExactLinkWithName(name: string, toForce?: boolean): Promise; clickLinkWithName(name: string, isExact?: boolean): Promise; clickLabelWithName(name: string, isExact?: boolean, toForce?: boolean): Promise; clickButtonWithName(name: string, isExact?: boolean): Promise; clickTextButtonWithName(name: string): Promise; isButtonWithNameVisible(name: string): Promise; getButtonWithName(name: string): Promise; clickRemoveButtonForName(name: string): Promise; clickTrashIconButtonForName(name: string): Promise; clickRemoveWithName(name: string): Promise; enterAliasName(aliasName: string): Promise; updateIcon(iconName: string): Promise; clickSelectPropertyEditorButton(): Promise; enterAPropertyName(name: string): Promise; clickEditorSettingsButton(index?: number): Promise; addPropertyEditor(propertyEditorName: string, index?: number): Promise; updatePropertyEditor(propertyEditorName: string): Promise; deletePropertyEditor(propertyEditorName: string): Promise; deletePropertyEditorWithName(name: string): Promise; enterPropertyEditorDescription(description: string): Promise; isPropertyEditorUiWithNameReadOnly(name: string): Promise; isPropertyEditorUiWithNameVisible(name: string, isVisible?: boolean): Promise; doesPropertyHaveInvalidBadge(propertyName: string): Promise; clickAddGroupButton(): Promise; enterGroupName(groupName: string, index?: number): Promise; isGroupVisible(groupName: string, isVisible?: boolean): Promise; doesGroupHaveValue(value: string): Promise; deleteGroup(groupName: string): Promise; reorderTwoGroups(firstGroupName: string, secondGroupName: string): Promise<{ firstGroupValue: string; secondGroupValue: string; }>; clickAddTabButton(): Promise; enterTabName(tabName: string): Promise; clickRemoveTabWithName(name: string): Promise; clickStructureTab(): Promise; getTabLocatorWithName(name: string): Locator; clickMandatoryToggle(): Promise; selectValidationOption(option: string): Promise; enterRegEx(regEx: string): Promise; enterRegExMessage(regExMessage: string): Promise; isValidationMessageVisible(message: string, isVisible?: boolean): Promise; clickCompositionsButton(): Promise; clickAllowAtRootButton(): Promise; clickAllowedChildNodesButton(): Promise; clickAddCollectionButton(): Promise; clickIAmDoneReorderingButton(): Promise; clickReorderButton(): Promise; clickLabelAboveButton(): Promise; clickQueryBuilderButton(): Promise; addQueryBuilderWithOrderByStatement(propertyAlias: string, isAscending: boolean): Promise; addQueryBuilderWithWhereStatement(propertyAlias: string, operator: string, constrainValue: string): Promise; waitAndSelectQueryBuilderDropDownList(option: string): Promise; chooseRootContentInQueryBuilder(contentName: string): Promise; isQueryBuilderCodeShown(code: string): Promise; doesReturnedItemsHaveCount(itemCount: number): Promise; doesQueryResultHaveContentName(contentName: string): Promise; insertDictionaryItem(dictionaryName: string): Promise; insertSystemFieldValue(fieldValue: string): Promise; insertPartialView(partialViewName: string): Promise; rename(newName: string): Promise; searchForTypeToFilterValue(searchValue: string): Promise; enterDescription(description: string): Promise; doesDescriptionHaveValue(value: string, index?: number): Promise; dragAndDrop(dragFromSelector: Locator, dragToSelector: Locator, verticalOffset?: number, horizontalOffset?: number, steps?: number): Promise; clickCreateLink(): Promise; clickRecycleBinButton(): Promise; reloadRecycleBin(containsItems?: boolean): Promise; isItemVisibleInRecycleBin(item: string, isVisible?: boolean, isReload?: boolean): Promise; changeToGridView(): Promise; changeToListView(): Promise; isViewBundleButtonVisible(isVisible?: boolean): Promise; clickMediaWithName(name: string): Promise; selectMediaWithName(mediaName: string, isForce?: boolean): Promise; selectMediaWithTestId(mediaKey: string): Promise; clickMediaPickerModalSubmitButton(): Promise; clickMediaCaptionAltTextModalSubmitButton(): Promise; clickChooseMediaStartNodeButton(): Promise; isMediaCardItemWithNameDisabled(itemName: string): Promise; isMediaCardItemWithNameVisible(itemName: string, isVisible?: boolean): Promise; doesMediaHaveThumbnail(mediaId: string, thumbnailIconName: string, thumbnailImage: string): Promise; isInputDropzoneVisible(isVisible?: boolean): Promise; isImageCropperFieldVisible(isVisible?: boolean): Promise; isInputUploadFieldVisible(isVisible?: boolean): Promise; clickToUploadButton(): Promise; uploadFile(filePath: string): Promise; enterEmbeddedURL(value: string): Promise; clickEmbeddedRetrieveButton(): Promise; clickEmbeddedMediaModalConfirmButton(): Promise; waitForEmbeddedPreviewVisible(): Promise; clickChooseContentStartNodeButton(): Promise; clickCurrentUserAvatarButton(): Promise; clickCreateActionButton(): Promise; clickCreateActionWithOptionName(optionName: string): Promise; doesCollectionTreeItemTableRowHaveName(name: string): Promise; doesCollectionTreeItemTableRowHaveIcon(name: string, icon: string): Promise; clickReferenceNodeLinkWithName(name: string): Promise; doesReferenceHeadlineHaveText(text: string): Promise; isReferenceHeadlineVisible(isVisible: boolean): Promise; doesReferenceItemsHaveCount(count: number): Promise; isReferenceItemNameVisible(itemName: string): Promise; doesReferencesContainText(text: string): Promise; clickEntityActionWithName(name: string): Promise; clickCreateActionMenuOption(): Promise; clickTrashActionMenuOption(): Promise; clickMoveToActionMenuOption(): Promise; clickCreateBlueprintActionMenuOption(): Promise; clickDuplicateToActionMenuOption(): Promise; clickPublishActionMenuOption(): Promise; clickUnpublishActionMenuOption(): Promise; clickRollbackActionMenuOption(): Promise; clickCultureAndHostnamesActionMenuOption(): Promise; clickPublicAccessActionMenuOption(): Promise; clickSortChildrenActionMenuOption(): Promise; clickNotificationsActionMenuOption(): Promise; clickReloadChildrenActionMenuOption(): Promise; clickDeleteActionMenuOption(): Promise; clickRestoreActionMenuOption(): Promise; clickRenameActionMenuOption(): Promise; clickCreateOptionsActionMenuOption(): Promise; clickExportActionMenuOption(): Promise; clickImportActionMenuOption(): Promise; clickUpdateActionMenuOption(): Promise; clickLockActionMenuOption(): Promise; clickEntityItemByName(itemName: string): Promise; clickWorkspaceActionMenuButton(): Promise; clickNextPaginationButton(): Promise; enterMonacoEditorValue(value: string): Promise; waitUntilUiLoaderIsNoLongerVisible(): Promise; isDashboardTabWithNameVisible(name: string, isVisible?: boolean): Promise; isWorkspaceViewTabWithAliasVisible(alias: string, isVisible?: boolean): Promise; isSubmitButtonDisabled(): Promise; clickDataElement(elementName: string, options?: any): Promise; getDataElement(elementName: string): Promise; getLocatorWithDataMark(dataMark: string): Locator; isTextWithExactNameVisible(name: string, isVisible?: boolean): Promise; isTextWithMessageVisible(message: string, isVisible?: boolean): Promise; waitForResponseAfterExecutingPromise(url: string, promise: Promise, statusCode: number): Promise; waitForMultipleResponsesAfterExecutingPromise(url: string, promise: Promise, statusCode: number, expectedCount: number): Promise<(string | undefined)[]>; waitForCreatedResponsesAfterExecutingPromise(urlEndings: string[], promise: Promise): Promise<(string | undefined)[]>; getTextLocatorWithName(name: string): Locator; doesPropertyWithNameContainValidationMessage(propertyName: string, validationMessage: string, isContained?: boolean): Promise; removeNotFoundItem(itemName?: string): Promise; searchByKeywordInCollection(keyword: string): Promise; clickAllowAccessToAllElements(): Promise; clickChooseElementStartNodeButton(): Promise; clickRemoveButtonForElementNodeWithName(elementStartNodeName: string): Promise; }