/** * 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 } from '@utam/core'; import _BaseRecordForm from 'salesforce-pageobjects/records/pageObjects/baseRecordForm'; /** * Selector: records-lwc-detail-panel * Represents the records-lwc-detail-panel Lightning web component. * Get the records-base-record-form component. * generated from JSON dist/records/lwcDetailPanel.utam.json * @version 2026-03-09T13:56:36.779Z * @author Salesforce */ export default class LwcDetailPanel extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); getRoot(): Promise<(_BaseUtamElement)>; getBaseRecordForm(): Promise<_BaseRecordForm>; }