Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Interface ObjectPageOptions

    Options for Object Page operations.

    const opts: ObjectPageOptions = { timeout: 10_000 };
    
    interface ObjectPageOptions {
        skipStabilityWait?: boolean;
        timeout?: number;
    }
    Index

    Properties

    skipStabilityWait?: boolean

    Skip UI5 stability wait after actions. Defaults to false.

    timeout?: number

    Timeout in ms. Defaults to DEFAULT_TIMEOUTS.CONTROL_DISCOVERY.