Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    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.