/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, BaseUtamElement as _BaseUtamElement, UtamBasePageObject as _UtamBasePageObject, ActionableUtamElement as _ActionableUtamElement, ClickableUtamElement as _ClickableUtamElement } from '@utam/core'; import _Combobox from 'salesforce-pageobjects/lightning/pageObjects/combobox'; import _Popup from 'salesforce-pageobjects/lightning/pageObjects/popup'; import _PropertySheetUi from 'salesforce-pageobjects/builder/framework/pageObjects/propertySheetUi'; /** * Page Object: diEditorUi * generated from JSON dist/builder/framework/diEditorUi.utam.json * @version 2026-03-09T13:56:37.430Z * @author Salesforce */ declare class DiEditorUi extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getCombobox(): Promise<_Combobox>; getCombobox1(): Promise<_Combobox>; getButton(): Promise<(_BaseUtamElement & _ActionableUtamElement & _ClickableUtamElement)>; getPopup(): Promise<_Popup>; getCombobox2(): Promise<_Combobox>; getPropertySheetUi(): Promise<_PropertySheetUi>; } export = DiEditorUi;