import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const CollectionTableUniDriver: (base: UniDriver, body: UniDriver) => { getToolbar: () => { getToolbarFiltersItemsCount: () => Promise; wait: (timeout?: number | undefined) => Promise; getSearchText: () => Promise; enterSearchText: (value: string) => Promise; getSearchMaxLength: () => Promise; clearSearchText: () => Promise; searchInputExists: () => Promise; clickClearSearchText: () => Promise; isToolbarWithFilters: () => Promise; skeletonExists: () => Promise; getViewsDropdown: () => { _input: () => UniDriver; exists: () => Promise; initialLoaderExists: () => Promise; getSelected: () => Promise; getInputValue: () => Promise; getInputReadOnly: () => Promise; isInputFocused: () => Promise; getSelectedId: () => Promise; hasTotal: () => Promise; open: () => Promise; enterText: (value: string) => Promise; clickInputClearButton: () => Promise; inputClearButtonExists: () => Promise; getViewsCount: () => Promise; getViewsContent: () => Promise; getViewsPopoverContent: () => Promise; getOptionsLength: () => Promise; getOptions: () => Promise; isOpen: () => Promise; getPlaceholderText: () => Promise; getViewListItemById: (id: string) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getViewListItemAt: (index: number) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getCategoryListItemById: (id: string) => import("@wix/design-system/dist/types/ListItemSection/ListItemSection.uni.driver").ListItemSectionUniDriver; getCategoryListItemAt: (index: number) => import("@wix/design-system/dist/types/ListItemSection/ListItemSection.uni.driver").ListItemSectionUniDriver; getAllItemsView: () => import("@wix/design-system/dist/types/ListItemSection/ListItemSection.uni.driver").ListItemSectionUniDriver; getCategoriesCount: () => Promise; getCategoriesContent: () => Promise; isViewPendingChanges: () => Promise; isDefaultView: () => Promise; click: () => Promise; element: () => Promise; }; openViewsDropdown: () => Promise; getViewListItemAt: (index: number) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getViewListItemById: (id: string) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getSaveViewModal: () => { exists: () => Promise; getTitle: () => Promise; getSubTitle: () => Promise; getSaveButtonText: () => Promise; isSaveButtonDisabled: () => Promise; clickSaveButton: () => Promise; getCancelButtonText: () => Promise; clickCancelButton: () => Promise; clickCloseButton: () => Promise; viewNameFormFieldExists: () => Promise; getViewNameInputValue: () => Promise; getViewNameFormFieldTitle: () => Promise; getViewNameInputPlaceholder: () => Promise; fillViewNameInput: (value: string) => Promise; getViewNameInputStatusMessage: () => Promise; getViewNameHasErrorStatus: () => Promise; click: () => Promise; element: () => Promise; }; getRenameViewModal: () => { exists: () => Promise; getTitle: () => Promise; getSubTitle: () => Promise; getSaveButtonText: () => Promise; isSaveButtonDisabled: () => Promise; clickSaveButton: () => Promise; getCancelButtonText: () => Promise; clickCancelButton: () => Promise; clickCloseButton: () => Promise; viewNameFormFieldExists: () => Promise; getViewNameInputValue: () => Promise; getViewNameFormFieldTitle: () => Promise; getViewNameInputPlaceholder: () => Promise; fillViewNameInput: (value: string) => Promise; getViewNameInputStatusMessage: () => Promise; getViewNameHasErrorStatus: () => Promise; click: () => Promise; element: () => Promise; }; clickClearAllFilters: () => Promise; getFilterAppliedText: () => Promise; getClearAllFiltersButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; selectFilterOptions: (filterName: string, ids: string[], options?: { closeDropdown?: boolean | undefined; } | undefined) => Promise; selectFilterOption: (filterName: string, id: string) => Promise; selectFilterRandomOptions: (filterName: string, count: number, options?: { closeDropdown?: boolean | undefined; } | undefined) => Promise; getFilterDropdownOptionsCount: (filterName: string) => Promise; getFilterDropdownAvailableOptionsIds: (filterName: string) => Promise; getFilterInputPlaceholder: (filterName: string) => Promise; isFilterInNoSearchResultsState: (filterName: string) => Promise; getFilterEmptyStateText: (filterName: string) => Promise; enterFilterText: (filterName: string, value: string) => Promise; selectPanelFilterOptions: (filterName: string, ids: string[], options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; } | undefined) => Promise; selectPanelFilterRandomOptions: (filterName: string, count: number, options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; } | undefined) => Promise; checkPanelFilterInlineCheckboxes: (filterName: string, ids: string[], options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; }) => Promise; choosePanelFilterDateRange: (filterName: string, options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; dates?: Date[] | undefined; }) => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; clickFilterInPanel: (filterName: string) => Promise; isFiltersPanelOpen: () => Promise; getSwitchButton: () => { clickTableButton: () => Promise; clickGridButton: () => Promise; selectChild: (hook: string | number) => Promise; isSelected: (hook: string | number) => Promise; getSize: () => Promise<"small" | "medium">; exists: () => Promise; element: () => Promise; click: () => Promise; }; getSwitchButtonDivider: () => UniDriver; getFiltersPanelTitleText: () => Promise; clickMoreFiltersButton: () => Promise; getMoreFiltersButtonCounterValue: () => Promise; closeFiltersPanel: () => Promise; closeCustomColumnsPanel: () => Promise; getCustomColumnsPanelTitle: () => Promise; getCustomColumnsPanelSubtitle: () => Promise; /** Click an item from "more actions" PopoverMenu of the multi bulk action toolbar */ customColumnsPanelCloseButtonExists: () => Promise; getCustomColumnInfoIconAt: (index: number) => import("@wix/design-system/dist/types/InfoIcon/InfoIcon.uni.driver").InfoIconUniDriver; /** Open the "more actions" PopoverMenu of the multi bulk action toolbar */ getPanelFilterTitleText: (filterName: string) => Promise; clickPanelFilterTitle: (filterName: string) => Promise; isPanelFilterExpanded: (filterName: string) => Promise; getPanelCustomFilter: (filterName: string, fn: (element: E) => T) => Promise; getCustomFilter: (fn: (element: E_1) => T_1) => Promise; moreFilterButtonExists: () => Promise; getMoreFiltersButtonText: () => Promise; clickCustomColumnsButton: () => Promise; customColumnsButtonExists: () => Promise; isCustomColumnsOpen: () => Promise; isCustomColumnsAddNewExist: () => Promise; clickCustomColumnsAddNew: () => Promise; waitSidePanelFullyOpened: () => Promise; waitSidePanelFullyClosed: () => Promise; clickCustomColumnsCheckboxes: (ids: string[]) => Promise; getCustomColumnCheckboxAt: (index: number) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; getCustomColumnsDriver: () => { exists: () => Promise; isOpen: () => Promise; getTitle: () => Promise; getSubtitle: () => Promise; clickCloseButton: () => Promise; closeButtonExists: () => Promise; checkOptions: (ids: string[]) => Promise; getCheckboxAt: (i: number) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; getCheckboxById: (id: string) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; dragHandleExistsAt: (i: number) => Promise; dragHandleLockedAt: (i: number) => Promise; _dragHandleTooltipById: (id: string) => { click: () => Promise; tooltipExists: () => Promise; mouseEnter: () => Promise; mouseLeave: () => Promise; clickOutside: () => Promise; getTooltipText: () => Promise; hasSize: (sizeName: import("@wix/design-system").TooltipSize) => Promise; exists: () => Promise; element: () => Promise; }; dragStart: (sourceIndex: number) => Promise; dragMove: () => Promise; dragEnd: (targetIndex: number) => Promise; getCheckboxesCount: () => Promise; getCustomColumnInfoIconAt: (index: number) => import("@wix/design-system/dist/types/InfoIcon/InfoIcon.uni.driver").InfoIconUniDriver; addNewExists: () => Promise; clickAddNew: () => Promise; getAddCustomFieldCTAButton: () => { isDisabled: () => Promise; getHintText: () => Promise; getText: () => Promise; textExists: () => Promise; getTooltipContent: () => Promise; getSubtitle: () => Promise; isFocused: () => Promise; focus: () => Promise; blur: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; customFieldPopoverMenuAt: (i: number) => { exists: () => Promise; isDisabled: () => Promise; getTooltipText: () => Promise; getCustomFieldOptionsAt: () => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; }; getCustomFieldOptionsAt: (i: number) => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; customFieldPopoverMenuExistsAt: (i: number) => Promise; _getDragAndDropDriver: () => { escapeDrag: (source: UniDriver, { key: code }?: { key?: string | undefined; }) => Promise; startKeyboardDrag: (source: UniDriver) => Promise; dragOverKeyboard: (target: UniDriver) => Promise; endKeyboardDrag: (target: UniDriver) => Promise; dragStart: (source: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; x?: number | undefined; }) => Promise; dragMove: () => Promise; dragEnd: (target: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; }) => Promise; dragOver: (source: UniDriver, target: UniDriver, { dragPointRatio, dropPointRatio, steps, }?: { dragPointRatio?: { x: number; y: number; } | undefined; dropPointRatio?: { x: number; y: number; } | undefined; steps?: number | undefined; }) => Promise; moveOver: (target: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; pixels?: number | undefined; }) => Promise; moveAny: (source: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; x?: number | undefined; y?: number | undefined; steps?: number | undefined; vertical?: boolean | undefined; } | undefined) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; _getItemAtBase: (i: number) => UniDriver; }; getCustomColumnCheckboxesCount: () => Promise; getCustomColumnCheckboxById: (id: string) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; getCustomColumnsButtonCounterValue: () => Promise; getInputWithOptions: (filterName: string) => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver & { waitForOptions: (total?: number, timeout?: number) => Promise; getOptions: (ids: string[]) => Promise[]>; clickOptions: (ids: string[]) => Promise; close: () => boolean; clickInputClear: () => Promise; selectOptions: (ids: string[], { closeDropdown }?: { closeDropdown?: boolean | undefined; }) => Promise; selectOption: (id: string) => Promise; selectRandomOptions: (count: number, options?: { closeDropdown?: boolean | undefined; }) => Promise; getRandomOptions: (count: number) => Promise; getOptionsCount: () => Promise; getAvailableOptionsIds: () => Promise; getInputPlaceholder: () => Promise; isNoSearchResults: () => Promise; getEmptyStateText: () => Promise; initialLoaderExists: () => Promise; infiniteScrollLoaderExists: () => Promise; _getDropdownLayoutBase: () => Promise>; scrollDown: () => Promise; }; getFiltersPanelInputWithOptions: (filterName: string) => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver & { waitForOptions: (total?: number, timeout?: number) => Promise; getOptions: (ids: string[]) => Promise[]>; clickOptions: (ids: string[]) => Promise; close: () => boolean; clickInputClear: () => Promise; selectOptions: (ids: string[], { closeDropdown }?: { closeDropdown?: boolean | undefined; }) => Promise; selectOption: (id: string) => Promise; selectRandomOptions: (count: number, options?: { closeDropdown?: boolean | undefined; }) => Promise; getRandomOptions: (count: number) => Promise; getOptionsCount: () => Promise; getAvailableOptionsIds: () => Promise; getInputPlaceholder: () => Promise; isNoSearchResults: () => Promise; getEmptyStateText: () => Promise; initialLoaderExists: () => Promise; infiniteScrollLoaderExists: () => Promise; _getDropdownLayoutBase: () => Promise>; scrollDown: () => Promise; }; getFiltersPanelMultiSelect: (filterName: string) => import("@wix/design-system/dist/types/MultiSelect/MultiSelect.uni.driver").MultiSelectUniDriver; scrollDownFilter: (filterName: string) => Promise; scrollDownPanelFilter: (filterName: string) => Promise; clickFilterClearButton: (filterName: string) => Promise; getPanelFiltersCount: () => Promise; getToolbarFilterTitleAt: (index: number) => Promise; getTabs: () => { getTitles: () => Promise; getParensTotals: () => Promise; getCounterBadgeTotals: () => Promise; getActiveTabIndex: () => Promise; clickTabAt: (index: number) => Promise; hoverTabAt: (index: number) => Promise; getTitleTextAt: (index: number) => Promise; getTotalBadgeTextAt: (index: number) => Promise; getTotalParensTextAt: (index: number) => Promise; dropdown: () => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver; exists: () => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; getDateRangeFilter: (filterName: string) => { _getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getDatePicker: (picker: "from" | "to") => import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; getDatePickersContainer: () => UniDriver; getTimeInput: (picker: "from" | "to") => import("@wix/design-system/dist/types/TimeInput/TimeInput.uni.driver").TimeInputUniDriver; isTimeSelected: (picker: "from" | "to") => Promise; openTimeDropdown: (picker: "from" | "to") => Promise; getTimeDropdown: (picker: "from" | "to") => import("@wix/design-system/dist/types/DropdownBase/DropdownBase.uni.driver").DropdownBaseUniDriver; chooseRandomDates: () => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; chooseDate: (picker: "from" | "to", date: Date) => Promise; choosePresetOption: (option: string) => Promise; getPresetOptions: () => Promise<(string | number)[]>; getSelectedPreset: () => Promise; getSelectedPresetTitle: () => Promise; openDatePicker: (datePicker: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; getRadioGroupFilter: (filterName: string) => { getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver; getSelectedItem: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; multiLevelSortingButtonExists: () => Promise; clickMultiLevelSortingButton: () => Promise; getMultiLevelSortingButtonCounterValue: () => Promise; getMultiLevelSortingPanel: () => { exists: () => Promise; isOpen: () => Promise; getTitle: () => Promise; getSubtitle: () => Promise; clickCloseButton: () => Promise; closeButtonExists: () => Promise; clickAddSortButton: () => Promise; clickSortRemoveAtIndex: (index: number) => Promise; changeSortDirectionAtIndex: (index: number, direction: "desc" | "asc") => Promise; getSortDirectionAtIndex: (index: number) => Promise; changeColumnAtIndex: (index: number, columnIndex: number) => Promise; getColumnAtIndex: (index: number) => Promise; getItemsCount: () => Promise; dragHandleExistsAt: (i: number) => Promise; dragStart: (sourceIndex: number) => Promise; dragMove: () => Promise; dragEnd: (targetIndex: number) => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; getAddNewButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getPrimaryActionButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getMainToolbar: () => UniDriver; isShowTotal: () => Promise; getShowTotal: () => Promise; isTitleExists: () => Promise; getTitleText: () => Promise; getSubtitleText: () => Promise; getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; applyButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; discardChangesModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; getFiltersPanelItemTextAt: (index: number) => Promise; getFiltersPanelItemsCount: () => Promise; getCustomFieldOptionsAt: (index: number) => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; _filtersPanel: () => { isOpen: () => Promise; clickCloseButton: () => Promise; getTitleText: () => Promise; selectFilterOptions: (filterName: string, ids: string[], { closePanel, closeAccordionItem, closeDropdown, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; }) => Promise; selectFilterRandomOptions: (filterName: string, count: number, { closePanel, closeAccordionItem, closeDropdown, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; }) => Promise; checkFilterInlineCheckboxes: (filterName: string, ids: string[], { closePanel, closeAccordionItem, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; }) => Promise; chooseDatesFilterDateRange: (filterName: string, { dates, closePanel, closeAccordionItem, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; dates?: Date[] | undefined; }) => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; getFilterTitleText: (filterName: string) => Promise; getFilterAppliedText: () => Promise; clickFilterTitle: (filterName: string) => Promise; isFilterExpanded: (filterName: string) => Promise; isFilterExpandedAt: (index: number) => Promise; getCustomFilter: (filterName: string, fn: (element: E_2) => T_2) => Promise; getInputWithOptionsDriver: (filterName: string) => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver & { waitForOptions: (total?: number, timeout?: number) => Promise; getOptions: (ids: string[]) => Promise[]>; clickOptions: (ids: string[]) => Promise; close: () => boolean; clickInputClear: () => Promise; selectOptions: (ids: string[], { closeDropdown }?: { closeDropdown?: boolean | undefined; }) => Promise; selectOption: (id: string) => Promise; selectRandomOptions: (count: number, options?: { closeDropdown?: boolean | undefined; }) => Promise; getRandomOptions: (count: number) => Promise; getOptionsCount: () => Promise; getAvailableOptionsIds: () => Promise; getInputPlaceholder: () => Promise; isNoSearchResults: () => Promise; getEmptyStateText: () => Promise; initialLoaderExists: () => Promise; infiniteScrollLoaderExists: () => Promise; _getDropdownLayoutBase: () => Promise>; scrollDown: () => Promise; }; clickClearAllFilters: () => Promise; /** Saves new view with a defined name and current filters / sort / columns */ getClearAllFiltersButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; getPanelFiltersCount: () => Promise; getDateRangeFilter: (filterName: string) => { _getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getDatePicker: (picker: "from" | "to") => import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; getDatePickersContainer: () => UniDriver; getTimeInput: (picker: "from" | "to") => import("@wix/design-system/dist/types/TimeInput/TimeInput.uni.driver").TimeInputUniDriver; isTimeSelected: (picker: "from" | "to") => Promise; openTimeDropdown: (picker: "from" | "to") => Promise; getTimeDropdown: (picker: "from" | "to") => import("@wix/design-system/dist/types/DropdownBase/DropdownBase.uni.driver").DropdownBaseUniDriver; chooseRandomDates: () => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; chooseDate: (picker: "from" | "to", date: Date) => Promise; choosePresetOption: (option: string) => Promise; getPresetOptions: () => Promise<(string | number)[]>; getSelectedPreset: () => Promise; getSelectedPresetTitle: () => Promise; openDatePicker: (datePicker: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; getRadioGroupFilter: (filterName: string) => { getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver; getSelectedItem: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; getItemTextAt: (index: number) => Promise; getItemsCount: () => Promise; applyButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; discardChangesModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; getFiltersPanelMultiSelect: (filterName: string) => import("@wix/design-system/dist/types/MultiSelect/MultiSelect.uni.driver").MultiSelectUniDriver; _getAccordionItemTitle: (filterName: string, { index }?: { index?: number | undefined; }) => UniDriver; }; exists: () => Promise; click: () => Promise; element: () => Promise; }; isHeaderHiddenAccessible: () => Promise; /** @private */ _getTableElement: () => UniDriver; /** Wait for the table refresh loader to be shown */ waitRefreshLoader: (timeout?: number) => Promise; /** Wait for the table refresh loader to be removed */ waitRefreshLoaderRemoved: (timeout?: number) => Promise; /** Indicates whether table refresh loader is in loading status */ isRefreshLoaderLoading: () => Promise; /** Indicates whether table refresh loader exists */ refreshLoaderExists: () => Promise; /** Indicates whether table refresh loader exists and no rows are rendered */ refreshLoaderExistsAndNoRows: () => Promise; /** indicates whether the table content exists */ tableContentExists: () => Promise; getAppliedFiltersTagListDriver: () => { getAppliedFilterTagText: (filterName: string, id?: string | undefined) => Promise; removeAppliedFilterTag: (filterName: string, id?: string | undefined) => Promise; appliedFilterTagExists: (filterName: string, id?: string | undefined) => Promise; getAppliedFilterTag: (filterName: string, id?: string | undefined) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver; actionButtonLabel: () => Promise; clickActionButton: () => Promise; actionButtonExists: () => Promise; toggleMoreButtonLabel: () => Promise; clickToggleMoreButton: () => Promise; toggleMoreButtonExists: () => Promise; removeTag: (id: string) => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; /** Indicates whether applied filters tag list exists in the table sub-toolbar */ appliedFiltersTagListExists: () => Promise; /** Get the text of a tag inside the applied filters tag list */ getAppliedFilterTagText: (filterName: string, id?: string | undefined) => Promise; /** Indicates a tag inside the applied filters tag list exists */ appliedFilterTagExists: (filterName: string, id?: string | undefined) => Promise; /** Get a tag driver of a tag inside the applied filters tag list */ getAppliedFilterTag: (filterName: string, id?: string | undefined) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver; /** Remove a tag inside the applied filters tag list */ removeAppliedFilterTag: (filterName: string, id?: string | undefined) => Promise; /** Indicates whether table sub-toolbar exists */ subToolbarExists: () => Promise; /** Indicates whether the Manage View popover exists */ manageViewPopoverExists: () => Promise; /** Indicates whether the Manage View popover opened */ isManageViewPopoverOpen: () => Promise; /** Opens the Manage View popover */ openManageViewPopover: () => Promise; /** Clicks the Save Changes action in the Manage View popover */ saveViewChangesActionClick: () => Promise; /** Clicks the Save as New View action in the Manage View popover */ saveNewViewActionClick: () => Promise; /** Clicks the Rename action in the Manage View popover */ renameViewActionClick: () => Promise; /** Clicks the Set as Default View action in the Manage View popover */ setAsDefaultViewActionClick: () => Promise; /** Clicks the Delete action in the Manage View popover */ deleteViewActionClick: () => Promise; /** Get DropdownLayoutOptionUniDriver of a Save Changes option */ getSaveViewChangesBtn: () => Promise; /** Get DropdownLayoutOptionUniDriver of a Save as New View option */ getSaveNewViewBtn: () => Promise; /** Get DropdownLayoutOptionUniDriver of a Delete View option */ getDeleteViewBtn: () => Promise; /** Get DropdownLayoutOptionUniDriver of a Rename option */ getRenameViewBtn: () => Promise; /** Get DropdownLayoutOptionUniDriver of a Set as Default View option */ getSetAsDefaultViewBtn: () => Promise; /** Saves new view with a defined name and current filters / sort / columns */ saveNewView: (name: string) => Promise; /** Deletes the view with a given index */ deleteView: (ind: number) => Promise; /** Saves changes to the current view */ saveViewChanges: () => Promise; /** Renames the current view with a given name */ renameView: (name: string) => Promise; /** Sets a default view with a given index */ setAsDefaultView: (ind: number) => Promise; clickAppliedFiltersClearButton: () => Promise; wait: (timeout?: number) => Promise; /** * Open & confirm action modal for a row */ openAndConfirmActionModal: (rowIndex: number, actionDataHook: string) => Promise; /** * Open & confirm delete modal for a row */ openAndConfirmDeleteModal: (rowIndex: number, actionDataHook?: string) => Promise; /** * Opens the popover menu inside the action cell of a specific row * @param rowIndex - index of the row */ openActionsCellPopoverMenu: (rowIndex: number) => Promise; /** * Number of action menu items inside the action cell of a specific row * @param rowIndex - index of the row */ getHiddenActionsCount: (rowIndex: number) => Promise; /** * Indicates whether a menu item inside the actions cell is disabled * @param rowIndex - index of the row * @param dataHook - data-hook of the menu item */ isSecondaryActionDisabled: (rowIndex: number, dataHook: string) => Promise; /** Get action button of the bulk action toolbar */ getBulkActionButton: (dataHook?: string) => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; /** Clicks the action button of the bulk action toolbar */ clickBulkActionButton: (dataHook?: string) => Promise; /** Indicates whether the action button of the bulk action toolbar exists */ bulkActionButtonExists: () => Promise; /** Indicates whether the bulk action toolbar exists */ bulkActionToolbarExists: () => Promise; /** Get the text of the action button of the bulk action toolbar */ getSelectedCountText: () => Promise; /** Indicates whether the MultiBulkActionToolbar button's tooltip element exist */ isMultiBulkActionButtonTooltipExist: (dataHook: string) => Promise; /** Indicates whether the MultiBulkActionToolbar button's tooltip is shown */ isMultiBulkActionButtonTooltipVisible: (dataHook: string) => Promise; /** Get the MultiBulkActionToolbar button's tooltip text */ getMultiBulkActionButtonTooltipText: (dataHook: string) => Promise; /** Clicks outside of the MultiBulkActionToolbar button's tooltip */ clickOutsideMultiBulkActionButtonTooltip: (dataHook: string) => Promise; /** Triggers the MultiBulkActionToolbar button's tooltip */ mouseEnterMultiBulkActionButtonTooltip: (dataHook: string) => Promise; /** Hides the MultiBulkActionToolbar button's tooltip */ mouseLeaveMultiBulkActionButtonTooltip: (dataHook: string) => Promise; /** Get action button of the multi bulk action toolbar */ getMultiBulkActionButton: (dataHook: string) => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; /** Clicks the action button of the multi bulk action toolbar */ clickMultiBulkActionButton: (dataHook: string) => Promise; /** Get primary action popover */ getPrimaryActionPopover: (dataHook?: string) => import("@wix/design-system/dist/types/PopoverMenu/PopoverMenu.uni.driver").PopoverMenuUniDriver; /** Open primary action popover */ togglePrimaryActionPopover: (dataHook?: string) => Promise; /** Checks if primary action popover is open */ isPrimaryActionPopoverOpen: (dataHook?: string) => Promise; /** Is the PopoverMenu of the multi bulk action toolbar open */ isMultiBulkActionMoreActionsOpen: () => Promise; /** Get number of items under the "more actions" PopoverMenu of the multi bulk action toolbar */ getMultiBulkActionMoreActionsItemsCount: () => Promise; /** Get item from "more actions" PopoverMenu of the multi bulk action toolbar */ getMultiBulkActionPopoverItemAt: (index: number) => Promise; /** Click an item from "more actions" PopoverMenu of the multi bulk action toolbar */ clickMoreActionsPopoverItemAt: (index: number) => Promise; /** Click an item from "more actions" PopoverMenu of the multi bulk action toolbar */ clickMoreActionsPopoverItem: (dataHook: string) => Promise; /** Open the "more actions" PopoverMenu of the multi bulk action toolbar */ openMultiBulkActionMoreActionPopover: () => Promise; /** Indicates whether the action button of the multi bulk action toolbar exists */ multiBulkActionButtonExists: (dataHook: string) => Promise; /** Indicates whether the multi bulk action toolbar exists */ multiBulkActionToolbarExists: () => Promise; /** Get the text of multi action button toolbar counter */ getMultiSelectedCountText: () => Promise; /** Clicks the Select All / Deselec All button from the multi bulk action toolbar exists */ multiBulkActionToolbarClickSelectAllButton: () => Promise; /** Gets the text of select all button text */ getMultiBulkActionToolbarSelectAllButtonText: () => Promise; /** Is 'ExportTo' modal open */ isExportModalOpen: () => Promise; /** Get actions cell of a row */ getActionsCell: (rowIndex: number) => { clickSecondaryAction: (dataHook: string) => Promise; clickAction: (dataHook: string) => Promise; getActionModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; confirmActionModal: () => Promise; isSecondaryActionDisabled: (dataHook: string) => Promise; getSecondaryActionTitleText: (dataHook: string) => Promise; isVisibleSecondaryActionDisabled: (dataHook: string) => Promise; getPrimaryActionButtonDriver: () => Promise<{ getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }>; getPrimaryActionButtonVisibility: () => Promise<"always" | "onHover">; clickPrimaryActionButton: () => Promise; getIsPrimaryActionButtonDisabled: () => Promise; primaryActionButtonPrefixIconExists: () => Promise; primaryActionButtonSuffixIconExists: () => Promise; getVisibleActionsCount: () => Promise; getHiddenActionsCount: () => Promise; getVisibleActionTooltipDriver: (action: number) => Promise<{ click: () => Promise; tooltipExists: () => Promise; mouseEnter: () => Promise; mouseLeave: () => Promise; clickOutside: () => Promise; getTooltipText: () => Promise; hasSize: (sizeName: import("@wix/design-system").TooltipSize) => Promise; exists: () => Promise; element: () => Promise; }>; getVisibleActionByDataHookTooltipDriver: (dataHook: string) => Promise<{ click: () => Promise; tooltipExists: () => Promise; mouseEnter: () => Promise; mouseLeave: () => Promise; clickOutside: () => Promise; getTooltipText: () => Promise; hasSize: (sizeName: import("@wix/design-system").TooltipSize) => Promise; exists: () => Promise; element: () => Promise; }>; getHiddenActionsPopoverMenuDriver: () => Promise; clickVisibleAction: (actionIndex: number) => Promise; clickVisibleActionByDataHook: (actionDataHook: string) => Promise; clickPopoverMenu: () => Promise; clickHiddenAction: (actionIndex: number) => Promise; clickHiddenActionByDataHook: (actionDataHook: string) => Promise; getMoreActionsTooltipText: () => Promise; getVisibleActionByDataHookButtonDriver: (dataHook: string) => Promise<{ getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }>; exists: () => Promise; element: () => Promise; click: () => Promise; }; /** Clicks multiple rows selection checkbox */ clickRowsCheckboxes: (rowIndexes: number[]) => Promise; /** * Get current confirmation modal */ getConfirmActionModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; getTopNotification: () => { clickClose: () => Promise; textContent: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; /** Get tabs filter driver */ getToolbarTabs: () => { getTitles: () => Promise; getParensTotals: () => Promise; getCounterBadgeTotals: () => Promise; getActiveTabIndex: () => Promise; clickTabAt: (index: number) => Promise; hoverTabAt: (index: number) => Promise; getTitleTextAt: (index: number) => Promise; getTotalBadgeTextAt: (index: number) => Promise; getTotalParensTextAt: (index: number) => Promise; dropdown: () => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver; exists: () => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; /** Get an export button driver **/ getExportButton: () => { click: () => Promise; exists: () => Promise; getModal: () => import("@wix/design-system/dist/types/Modal/Modal.uni.driver").ModalUniDriver; getExportRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getModalLayout: () => import("@wix/design-system/dist/types/CustomModalLayout/CustomModalLayout.uni.driver").CustomModalLayoutUniDriver; getCsvMessageText: () => Promise; waitModalClosed: (timeout?: number | undefined) => Promise; clickPrimaryAction: () => Promise; getPrimaryActionText: () => Promise; getSecondaryButtonText: () => Promise; clickSecondaryAction: () => Promise; clickCloseButton: () => Promise; getModalTitle: () => Promise; getAbsoluteCounter: () => Promise; getTotalCounter: () => Promise; getErrorMessageText: () => Promise; getFooterText: () => Promise; footerExists: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; /** Get an export modal driver **/ getExportModal: () => { getModal: () => import("@wix/design-system/dist/types/Modal/Modal.uni.driver").ModalUniDriver; getExportRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getModalLayout: () => import("@wix/design-system/dist/types/CustomModalLayout/CustomModalLayout.uni.driver").CustomModalLayoutUniDriver; getCsvMessageText: () => Promise; waitModalClosed: (timeout?: number | undefined) => Promise; clickPrimaryAction: () => Promise; getPrimaryActionText: () => Promise; getSecondaryButtonText: () => Promise; clickSecondaryAction: () => Promise; clickCloseButton: () => Promise; getModalTitle: () => Promise; getAbsoluteCounter: () => Promise; getTotalCounter: () => Promise; getErrorMessageText: () => Promise; getFooterText: () => Promise; footerExists: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; getRowDragHandle: (index: number) => UniDriver; escapeDrag: (sourceIndex: number) => Promise; rowDragHandleExists: (index: number) => Promise; dragStartFromHandleAndKeyboard: (index: number) => Promise; getLiveRegionText: () => Promise; getLiveRegionRole: () => Promise; getDragAndDropLiveRegionText: () => Promise; getStickyColumnsCount: () => Promise; isHorizontalScroll: () => Promise; getReorderModeToolbar: () => { getTitle: () => UniDriver; getLearnMoreBtn: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; getCancelButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getSaveButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getCancelModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; exists: () => Promise; click: () => Promise; element: () => Promise; }; /** * Gets collection summary bar */ getSummaryBar: () => Promise<{ isSuccessState: () => Promise; isLoadingState: () => Promise; isErrorState: () => Promise; getRetryButton: () => Promise; getErrorText: () => Promise; getItemTextAt: (index: number) => Promise; exists: () => Promise; $: (selector: string) => UniDriver; $$: (selector: string) => import("@wix/unidriver-core").UniDriverList; get: (selector: string, options?: import("@wix/unidriver-core").GetOptions | undefined) => Promise>; getAll: (selector: string, options?: import("@wix/unidriver-core").GetOptions | undefined) => Promise>; text: () => Promise; click: () => Promise; hover: () => Promise; pressKey: (key: "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "_" | "," | "x" | "y" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | " " | "-" | "3" | "$" | "4" | "5" | "6" | "." | "t" | "Open" | "Cancel" | "Delete" | "A" | "I" | "c" | "End" | "T" | "d" | "k" | "r" | "z" | ">" | "7" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "CapsLock" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "NumLock" | "ScrollLock" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "AltGraph" | "Props" | "Clear" | "Shift" | "Control" | "Alt" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "o" | "v" | "w" | "Meta" | "*" | "+" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "X" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"") => Promise; value: () => Promise; enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise; attr: (name: string) => Promise; mouse: import("@wix/unidriver-core").MouseUniDriver; getNative: () => Promise; hasClass: (name: string) => Promise; type: string; _prop: (name: string) => Promise; wait: (timeout?: number | undefined) => Promise; isDisplayed?: (() => Promise) | undefined; scrollIntoView?: (() => Promise<{}>) | undefined; }>; getRowCheckboxDriver: (index: number) => Promise<{ click: () => Promise; focus: () => Promise; isFocused: () => Promise; blur: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; isIndeterminate: () => Promise; isTooltipEnabled: () => Promise; hasError: () => Promise; getTooltipContent: () => Promise; getLabel: () => Promise; getLabelSize: () => Promise; exists: () => Promise; element: () => Promise; }>; getBulkSelectionCheckboxDriver: () => Promise<{ click: () => Promise; focus: () => Promise; isFocused: () => Promise; blur: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; isIndeterminate: () => Promise; isTooltipEnabled: () => Promise; hasError: () => Promise; getTooltipContent: () => Promise; getLabel: () => Promise; getLabelSize: () => Promise; exists: () => Promise; element: () => Promise; }>; isBulkSelectionDisabled: () => Promise; isRowSelectionDisabled: (index: number) => Promise; clickRowCheckbox: (index: number) => Promise; clickBulkSelectionCheckbox: () => Promise; isRowSelected: (index: number) => Promise; getBulkSelectionState: () => Promise<"NONE" | "ALL" | "SOME">; getTitlebar: () => Promise | null>; getCellTextValue: (row?: number | undefined, column?: number | undefined) => Promise; isSelectionTooltipEnabled: (index: number) => Promise; getSelectionTooltipContent: (index: number) => Promise; getRow: (rowIndex: number) => UniDriver; getRowsCount: () => Promise; getRowsWithClassCount: (className: string) => Promise; getRowsWithDataHook: (dataHookName: string) => Promise; getRowWithDataHook: (dataHookName: string) => Promise; getRowText: (index: number) => Promise; getRowClasses: (index: number) => Promise; getHeaderRowClasses: () => Promise; getHeaderClasses: () => Promise; getHeaderCellByDataHook: (dataHookName: string) => Promise; getHeaderCell: (index: number) => Promise; getHeaderCellStyle: (index: number) => Promise; getHeaderCellWidth: (index: number) => Promise; getCell: (rowIndex: number, cellIndex: number) => Promise; getCellStyle: (rowIndex: number, colIndex: number) => Promise; getCellWidth: (rowIndex: number, colIndex: number) => Promise; isRowClickable: (index: number) => Promise; isRowAnimated: (index: number) => Promise; isRowHighlighted: (index: number) => Promise; getTitles: () => Promise; isDisplayingNothing: () => Promise; isDisplayingHeaderOnly: () => Promise; isDisplayingHeader: () => Promise; isHeaderVisible: () => Promise; hasChildWithId: (id: string) => Promise; clickRow: (index: number, eventData?: import("react-dom/test-utils").SyntheticEventData | undefined) => Promise; mouseEnterRow: (index: number, eventData?: import("react-dom/test-utils").SyntheticEventData | undefined) => Promise; mouseLeaveRow: (index: number, eventData?: import("react-dom/test-utils").SyntheticEventData | undefined) => Promise; hasRowDetails: (index: number) => Promise; getRowDetailsText: (index: number) => Promise; hasSortableTitle: (index: number) => Promise; hasInfoIcon: (index: number) => Promise; hasSortDescending: (index: number) => Promise; clickSort: (index: number, eventData?: import("react-dom/test-utils").SyntheticEventData | undefined) => Promise; getRowDetails: (index: number) => Promise; isCellMasked: (rowIndex: number, colIndex: number) => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; getToolbarFiltersItemsCount: () => Promise; getSearchText: () => Promise; enterSearchText: (value: string) => Promise; getSearchMaxLength: () => Promise; clearSearchText: () => Promise; searchInputExists: () => Promise; clickClearSearchText: () => Promise; isToolbarWithFilters: () => Promise; skeletonExists: () => Promise; getViewsDropdown: () => { _input: () => UniDriver; exists: () => Promise; initialLoaderExists: () => Promise; getSelected: () => Promise; getInputValue: () => Promise; getInputReadOnly: () => Promise; isInputFocused: () => Promise; getSelectedId: () => Promise; hasTotal: () => Promise; open: () => Promise; enterText: (value: string) => Promise; clickInputClearButton: () => Promise; inputClearButtonExists: () => Promise; getViewsCount: () => Promise; getViewsContent: () => Promise; getViewsPopoverContent: () => Promise; getOptionsLength: () => Promise; getOptions: () => Promise; isOpen: () => Promise; getPlaceholderText: () => Promise; getViewListItemById: (id: string) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getViewListItemAt: (index: number) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getCategoryListItemById: (id: string) => import("@wix/design-system/dist/types/ListItemSection/ListItemSection.uni.driver").ListItemSectionUniDriver; getCategoryListItemAt: (index: number) => import("@wix/design-system/dist/types/ListItemSection/ListItemSection.uni.driver").ListItemSectionUniDriver; getAllItemsView: () => import("@wix/design-system/dist/types/ListItemSection/ListItemSection.uni.driver").ListItemSectionUniDriver; getCategoriesCount: () => Promise; getCategoriesContent: () => Promise; isViewPendingChanges: () => Promise; isDefaultView: () => Promise; click: () => Promise; element: () => Promise; }; openViewsDropdown: () => Promise; getViewListItemAt: (index: number) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getViewListItemById: (id: string) => { click: () => Promise; select: () => Promise; hasCheckbox(): Promise; getPrefix(): Promise; getTitle(): Promise; getSubtitle(): Promise; getSuffix(): Promise; exists: () => Promise; element: () => Promise; }; getSaveViewModal: () => { exists: () => Promise; getTitle: () => Promise; getSubTitle: () => Promise; getSaveButtonText: () => Promise; isSaveButtonDisabled: () => Promise; clickSaveButton: () => Promise; getCancelButtonText: () => Promise; clickCancelButton: () => Promise; clickCloseButton: () => Promise; viewNameFormFieldExists: () => Promise; getViewNameInputValue: () => Promise; getViewNameFormFieldTitle: () => Promise; getViewNameInputPlaceholder: () => Promise; fillViewNameInput: (value: string) => Promise; getViewNameInputStatusMessage: () => Promise; getViewNameHasErrorStatus: () => Promise; click: () => Promise; element: () => Promise; }; getRenameViewModal: () => { exists: () => Promise; getTitle: () => Promise; getSubTitle: () => Promise; getSaveButtonText: () => Promise; isSaveButtonDisabled: () => Promise; clickSaveButton: () => Promise; getCancelButtonText: () => Promise; clickCancelButton: () => Promise; clickCloseButton: () => Promise; viewNameFormFieldExists: () => Promise; getViewNameInputValue: () => Promise; getViewNameFormFieldTitle: () => Promise; getViewNameInputPlaceholder: () => Promise; fillViewNameInput: (value: string) => Promise; getViewNameInputStatusMessage: () => Promise; getViewNameHasErrorStatus: () => Promise; click: () => Promise; element: () => Promise; }; clickClearAllFilters: () => Promise; getFilterAppliedText: () => Promise; getClearAllFiltersButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; selectFilterOptions: (filterName: string, ids: string[], options?: { closeDropdown?: boolean | undefined; } | undefined) => Promise; selectFilterOption: (filterName: string, id: string) => Promise; selectFilterRandomOptions: (filterName: string, count: number, options?: { closeDropdown?: boolean | undefined; } | undefined) => Promise; getFilterDropdownOptionsCount: (filterName: string) => Promise; getFilterDropdownAvailableOptionsIds: (filterName: string) => Promise; getFilterInputPlaceholder: (filterName: string) => Promise; isFilterInNoSearchResultsState: (filterName: string) => Promise; getFilterEmptyStateText: (filterName: string) => Promise; enterFilterText: (filterName: string, value: string) => Promise; selectPanelFilterOptions: (filterName: string, ids: string[], options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; } | undefined) => Promise; selectPanelFilterRandomOptions: (filterName: string, count: number, options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; } | undefined) => Promise; checkPanelFilterInlineCheckboxes: (filterName: string, ids: string[], options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; }) => Promise; choosePanelFilterDateRange: (filterName: string, options?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; dates?: Date[] | undefined; }) => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; clickFilterInPanel: (filterName: string) => Promise; isFiltersPanelOpen: () => Promise; getSwitchButton: () => { clickTableButton: () => Promise; clickGridButton: () => Promise; selectChild: (hook: string | number) => Promise; isSelected: (hook: string | number) => Promise; getSize: () => Promise<"small" | "medium">; exists: () => Promise; element: () => Promise; click: () => Promise; }; getSwitchButtonDivider: () => UniDriver; getFiltersPanelTitleText: () => Promise; clickMoreFiltersButton: () => Promise; getMoreFiltersButtonCounterValue: () => Promise; closeFiltersPanel: () => Promise; closeCustomColumnsPanel: () => Promise; getCustomColumnsPanelTitle: () => Promise; getCustomColumnsPanelSubtitle: () => Promise; /** Click an item from "more actions" PopoverMenu of the multi bulk action toolbar */ customColumnsPanelCloseButtonExists: () => Promise; getCustomColumnInfoIconAt: (index: number) => import("@wix/design-system/dist/types/InfoIcon/InfoIcon.uni.driver").InfoIconUniDriver; /** Open the "more actions" PopoverMenu of the multi bulk action toolbar */ getPanelFilterTitleText: (filterName: string) => Promise; clickPanelFilterTitle: (filterName: string) => Promise; isPanelFilterExpanded: (filterName: string) => Promise; getPanelCustomFilter: (filterName: string, fn: (element: E) => T) => Promise; getCustomFilter: (fn: (element: E_1) => T_1) => Promise; moreFilterButtonExists: () => Promise; getMoreFiltersButtonText: () => Promise; clickCustomColumnsButton: () => Promise; customColumnsButtonExists: () => Promise; isCustomColumnsOpen: () => Promise; isCustomColumnsAddNewExist: () => Promise; clickCustomColumnsAddNew: () => Promise; waitSidePanelFullyOpened: () => Promise; waitSidePanelFullyClosed: () => Promise; clickCustomColumnsCheckboxes: (ids: string[]) => Promise; getCustomColumnCheckboxAt: (index: number) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; getCustomColumnsDriver: () => { exists: () => Promise; isOpen: () => Promise; getTitle: () => Promise; getSubtitle: () => Promise; clickCloseButton: () => Promise; closeButtonExists: () => Promise; checkOptions: (ids: string[]) => Promise; getCheckboxAt: (i: number) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; getCheckboxById: (id: string) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; dragHandleExistsAt: (i: number) => Promise; dragHandleLockedAt: (i: number) => Promise; _dragHandleTooltipById: (id: string) => { click: () => Promise; tooltipExists: () => Promise; mouseEnter: () => Promise; mouseLeave: () => Promise; clickOutside: () => Promise; getTooltipText: () => Promise; hasSize: (sizeName: import("@wix/design-system").TooltipSize) => Promise; exists: () => Promise; element: () => Promise; }; dragStart: (sourceIndex: number) => Promise; dragMove: () => Promise; dragEnd: (targetIndex: number) => Promise; getCheckboxesCount: () => Promise; getCustomColumnInfoIconAt: (index: number) => import("@wix/design-system/dist/types/InfoIcon/InfoIcon.uni.driver").InfoIconUniDriver; addNewExists: () => Promise; clickAddNew: () => Promise; getAddCustomFieldCTAButton: () => { isDisabled: () => Promise; getHintText: () => Promise; getText: () => Promise; textExists: () => Promise; getTooltipContent: () => Promise; getSubtitle: () => Promise; isFocused: () => Promise; focus: () => Promise; blur: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; customFieldPopoverMenuAt: (i: number) => { exists: () => Promise; isDisabled: () => Promise; getTooltipText: () => Promise; getCustomFieldOptionsAt: () => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; }; getCustomFieldOptionsAt: (i: number) => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; customFieldPopoverMenuExistsAt: (i: number) => Promise; _getDragAndDropDriver: () => { escapeDrag: (source: UniDriver, { key: code }?: { key?: string | undefined; }) => Promise; startKeyboardDrag: (source: UniDriver) => Promise; dragOverKeyboard: (target: UniDriver) => Promise; endKeyboardDrag: (target: UniDriver) => Promise; dragStart: (source: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; x?: number | undefined; }) => Promise; dragMove: () => Promise; dragEnd: (target: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; }) => Promise; dragOver: (source: UniDriver, target: UniDriver, { dragPointRatio, dropPointRatio, steps, }?: { dragPointRatio?: { x: number; y: number; } | undefined; dropPointRatio?: { x: number; y: number; } | undefined; steps?: number | undefined; }) => Promise; moveOver: (target: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; pixels?: number | undefined; }) => Promise; moveAny: (source: UniDriver, options?: { page?: import("puppeteer-core").Page | undefined; x?: number | undefined; y?: number | undefined; steps?: number | undefined; vertical?: boolean | undefined; } | undefined) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; _getItemAtBase: (i: number) => UniDriver; }; getCustomColumnCheckboxesCount: () => Promise; getCustomColumnCheckboxById: (id: string) => { wait: (timeout?: number | undefined) => Promise; getLabel: () => Promise; getTooltipContent: () => Promise; isChecked: () => Promise; isDisabled: () => Promise; click: () => Promise; exists: () => Promise; }; getCustomColumnsButtonCounterValue: () => Promise; getInputWithOptions: (filterName: string) => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver & { waitForOptions: (total?: number, timeout?: number) => Promise; getOptions: (ids: string[]) => Promise[]>; clickOptions: (ids: string[]) => Promise; close: () => boolean; clickInputClear: () => Promise; selectOptions: (ids: string[], { closeDropdown }?: { closeDropdown?: boolean | undefined; }) => Promise; selectOption: (id: string) => Promise; selectRandomOptions: (count: number, options?: { closeDropdown?: boolean | undefined; }) => Promise; getRandomOptions: (count: number) => Promise; getOptionsCount: () => Promise; getAvailableOptionsIds: () => Promise; getInputPlaceholder: () => Promise; isNoSearchResults: () => Promise; getEmptyStateText: () => Promise; initialLoaderExists: () => Promise; infiniteScrollLoaderExists: () => Promise; _getDropdownLayoutBase: () => Promise>; scrollDown: () => Promise; }; getFiltersPanelInputWithOptions: (filterName: string) => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver & { waitForOptions: (total?: number, timeout?: number) => Promise; getOptions: (ids: string[]) => Promise[]>; clickOptions: (ids: string[]) => Promise; close: () => boolean; clickInputClear: () => Promise; selectOptions: (ids: string[], { closeDropdown }?: { closeDropdown?: boolean | undefined; }) => Promise; selectOption: (id: string) => Promise; selectRandomOptions: (count: number, options?: { closeDropdown?: boolean | undefined; }) => Promise; getRandomOptions: (count: number) => Promise; getOptionsCount: () => Promise; getAvailableOptionsIds: () => Promise; getInputPlaceholder: () => Promise; isNoSearchResults: () => Promise; getEmptyStateText: () => Promise; initialLoaderExists: () => Promise; infiniteScrollLoaderExists: () => Promise; _getDropdownLayoutBase: () => Promise>; scrollDown: () => Promise; }; getFiltersPanelMultiSelect: (filterName: string) => import("@wix/design-system/dist/types/MultiSelect/MultiSelect.uni.driver").MultiSelectUniDriver; scrollDownFilter: (filterName: string) => Promise; scrollDownPanelFilter: (filterName: string) => Promise; clickFilterClearButton: (filterName: string) => Promise; getPanelFiltersCount: () => Promise; getToolbarFilterTitleAt: (index: number) => Promise; getTabs: () => { getTitles: () => Promise; getParensTotals: () => Promise; getCounterBadgeTotals: () => Promise; getActiveTabIndex: () => Promise; clickTabAt: (index: number) => Promise; hoverTabAt: (index: number) => Promise; getTitleTextAt: (index: number) => Promise; getTotalBadgeTextAt: (index: number) => Promise; getTotalParensTextAt: (index: number) => Promise; dropdown: () => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver; exists: () => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; getDateRangeFilter: (filterName: string) => { _getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getDatePicker: (picker: "from" | "to") => import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; getDatePickersContainer: () => UniDriver; getTimeInput: (picker: "from" | "to") => import("@wix/design-system/dist/types/TimeInput/TimeInput.uni.driver").TimeInputUniDriver; isTimeSelected: (picker: "from" | "to") => Promise; openTimeDropdown: (picker: "from" | "to") => Promise; getTimeDropdown: (picker: "from" | "to") => import("@wix/design-system/dist/types/DropdownBase/DropdownBase.uni.driver").DropdownBaseUniDriver; chooseRandomDates: () => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; chooseDate: (picker: "from" | "to", date: Date) => Promise; choosePresetOption: (option: string) => Promise; getPresetOptions: () => Promise<(string | number)[]>; getSelectedPreset: () => Promise; getSelectedPresetTitle: () => Promise; openDatePicker: (datePicker: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; getRadioGroupFilter: (filterName: string) => { getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver; getSelectedItem: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; multiLevelSortingButtonExists: () => Promise; clickMultiLevelSortingButton: () => Promise; getMultiLevelSortingButtonCounterValue: () => Promise; getMultiLevelSortingPanel: () => { exists: () => Promise; isOpen: () => Promise; getTitle: () => Promise; getSubtitle: () => Promise; clickCloseButton: () => Promise; closeButtonExists: () => Promise; clickAddSortButton: () => Promise; clickSortRemoveAtIndex: (index: number) => Promise; changeSortDirectionAtIndex: (index: number, direction: "desc" | "asc") => Promise; getSortDirectionAtIndex: (index: number) => Promise; changeColumnAtIndex: (index: number, columnIndex: number) => Promise; getColumnAtIndex: (index: number) => Promise; getItemsCount: () => Promise; dragHandleExistsAt: (i: number) => Promise; dragStart: (sourceIndex: number) => Promise; dragMove: () => Promise; dragEnd: (targetIndex: number) => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number | undefined) => Promise; }; getAddNewButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getPrimaryActionButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; getMainToolbar: () => UniDriver; isShowTotal: () => Promise; getShowTotal: () => Promise; isTitleExists: () => Promise; getTitleText: () => Promise; getSubtitleText: () => Promise; getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; applyButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; discardChangesModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; getFiltersPanelItemTextAt: (index: number) => Promise; getFiltersPanelItemsCount: () => Promise; getCustomFieldOptionsAt: (index: number) => { open: () => Promise; clickEdit: () => Promise; clickArchive: () => Promise; }; _filtersPanel: () => { isOpen: () => Promise; clickCloseButton: () => Promise; getTitleText: () => Promise; selectFilterOptions: (filterName: string, ids: string[], { closePanel, closeAccordionItem, closeDropdown, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; }) => Promise; selectFilterRandomOptions: (filterName: string, count: number, { closePanel, closeAccordionItem, closeDropdown, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; closeDropdown?: boolean | undefined; }) => Promise; checkFilterInlineCheckboxes: (filterName: string, ids: string[], { closePanel, closeAccordionItem, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; }) => Promise; chooseDatesFilterDateRange: (filterName: string, { dates, closePanel, closeAccordionItem, }?: { closePanel?: boolean | undefined; closeAccordionItem?: boolean | undefined; dates?: Date[] | undefined; }) => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; getFilterTitleText: (filterName: string) => Promise; getFilterAppliedText: () => Promise; clickFilterTitle: (filterName: string) => Promise; isFilterExpanded: (filterName: string) => Promise; isFilterExpandedAt: (index: number) => Promise; getCustomFilter: (filterName: string, fn: (element: E_2) => T_2) => Promise; getInputWithOptionsDriver: (filterName: string) => import("@wix/design-system/dist/types/InputWithOptions/InputWithOptions.uni.driver").InputWithOptionsUniDriver & { waitForOptions: (total?: number, timeout?: number) => Promise; getOptions: (ids: string[]) => Promise[]>; clickOptions: (ids: string[]) => Promise; close: () => boolean; clickInputClear: () => Promise; selectOptions: (ids: string[], { closeDropdown }?: { closeDropdown?: boolean | undefined; }) => Promise; selectOption: (id: string) => Promise; selectRandomOptions: (count: number, options?: { closeDropdown?: boolean | undefined; }) => Promise; getRandomOptions: (count: number) => Promise; getOptionsCount: () => Promise; getAvailableOptionsIds: () => Promise; getInputPlaceholder: () => Promise; isNoSearchResults: () => Promise; getEmptyStateText: () => Promise; initialLoaderExists: () => Promise; infiniteScrollLoaderExists: () => Promise; _getDropdownLayoutBase: () => Promise>; scrollDown: () => Promise; }; clickClearAllFilters: () => Promise; /** Saves new view with a defined name and current filters / sort / columns */ getClearAllFiltersButton: () => import("@wix/design-system/dist/types/TextButton/TextButton.uni.driver").TextButtonUniDriver; getPanelFiltersCount: () => Promise; getDateRangeFilter: (filterName: string) => { _getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getDatePicker: (picker: "from" | "to") => import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; getDatePickersContainer: () => UniDriver; getTimeInput: (picker: "from" | "to") => import("@wix/design-system/dist/types/TimeInput/TimeInput.uni.driver").TimeInputUniDriver; isTimeSelected: (picker: "from" | "to") => Promise; openTimeDropdown: (picker: "from" | "to") => Promise; getTimeDropdown: (picker: "from" | "to") => import("@wix/design-system/dist/types/DropdownBase/DropdownBase.uni.driver").DropdownBaseUniDriver; chooseRandomDates: () => Promise<{ from: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; to: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver; }>; chooseDate: (picker: "from" | "to", date: Date) => Promise; choosePresetOption: (option: string) => Promise; getPresetOptions: () => Promise<(string | number)[]>; getSelectedPreset: () => Promise; getSelectedPresetTitle: () => Promise; openDatePicker: (datePicker: import("@wix/design-system/dist/types/DatePicker/DatePicker.uni.driver").DatePickerUniDriver) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; getRadioGroupFilter: (filterName: string) => { getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver; getRadioItem: (value: any) => import("@wix/design-system/dist/types/Radio/Radio.uni.driver").RadioUniDriver; getSelectedItem: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; getItemTextAt: (index: number) => Promise; getItemsCount: () => Promise; applyButton: () => { getButtonTextContent: () => Promise; isFocused: () => Promise; isButtonDisabled: () => Promise; hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise; isPrefixIconExists: () => Promise; isSuffixIconExists: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; discardChangesModal: () => import("@wix/design-system/dist/types/MessageModalLayout/MessageModalLayout.uni.driver").MessageModalLayoutUniDriver; getFiltersPanelMultiSelect: (filterName: string) => import("@wix/design-system/dist/types/MultiSelect/MultiSelect.uni.driver").MultiSelectUniDriver; _getAccordionItemTitle: (filterName: string, { index }?: { index?: number | undefined; }) => UniDriver; }; }; //# sourceMappingURL=CollectionTable.uni.driver.d.ts.map