/** * 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, UtamBaseRootPageObject as _UtamBaseRootPageObject } from '@utam/core'; /** * Selector: **/XCUIElementTypeOther[$type == 'XCUIElementTypeNavigationBar' AND name == 'Create Post'$][1]. * Represents the iOS modal for posting in Chatter. * Input text to post and publish. * generated from JSON dist/salesforceapp/chatter/postPublisheriOS.utam.json * @version 2026-03-09T13:56:34.245Z * @author Salesforce */ export default class PostPublisheriOS extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); typeText(textToType: string): Promise; clickPostButton(): Promise; clickButtonWithText(text: string): Promise; }