/** * 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, UtamBasePageObject as _UtamBasePageObject } from '@utam/core'; /** * This component is a basic template for a Lightning Web Component (LWC) without any defined functionality or UI elements. It serves as a starting point for creating new components. * Selector: src-input-list * generated from JSON dist/runtime_copilot_base/inputList.utam.json * @version 2026-03-09T13:56:37.273Z * @author Salesforce */ export default class InputList extends _UtamBasePageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); /** * Returns true if element "None" present on the page * @return boolean * @param selectorStr hardcoded CSS selector string */ verifyNonePresence(selectorStr: string): Promise; }