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

    Interface PlaywrightFeatures

    Feature flags indicating available Playwright APIs.

    const features: PlaywrightFeatures = detectFeatures(version);
    if (features.hasClockAPI) { ... }
    interface PlaywrightFeatures {
        hasAriaSnapshot: boolean;
        hasAriaSnapshotBoxes: boolean;
        hasAriaSnapshotDepth: boolean;
        hasBoxedStep: boolean;
        hasBrowserContextEvent: boolean;
        hasClockAPI: boolean;
        hasCustomExpect: boolean;
        hasFilterLocator: boolean;
        hasGetByRoleDescription: boolean;
        hasLocatorAssertions: boolean;
        hasLocatorDrop: boolean;
        hasLocatorHighlightStyle: boolean;
        hasLocatorNormalize: boolean;
        hasPageAriaSnapshot: boolean;
        hasRouteFromHAR: boolean;
        hasScreencastAPI: boolean;
        hasScreencastTimestamp: boolean;
        hasScreenshotCaret: boolean;
        hasSetStorageState: boolean;
        hasSoftPoll: boolean;
        hasTestAbort: boolean;
        hasTracingHAR: boolean;
        hasURLPatternMatcher: boolean;
        hasVideoRetainModes: boolean;
        hasWebAuthnCredentials: boolean;
        hasWebStorageAPI: boolean;
    }
    Index

    Properties

    hasAriaSnapshot: boolean
    hasAriaSnapshotBoxes: boolean
    hasAriaSnapshotDepth: boolean
    hasBoxedStep: boolean
    hasBrowserContextEvent: boolean
    hasClockAPI: boolean
    hasCustomExpect: boolean
    hasFilterLocator: boolean
    hasGetByRoleDescription: boolean
    hasLocatorAssertions: boolean
    hasLocatorDrop: boolean
    hasLocatorHighlightStyle: boolean
    hasLocatorNormalize: boolean
    hasPageAriaSnapshot: boolean
    hasRouteFromHAR: boolean
    hasScreencastAPI: boolean
    hasScreencastTimestamp: boolean
    hasScreenshotCaret: boolean
    hasSetStorageState: boolean
    hasSoftPoll: boolean
    hasTestAbort: boolean
    hasTracingHAR: boolean
    hasURLPatternMatcher: boolean
    hasVideoRetainModes: boolean
    hasWebAuthnCredentials: boolean
    hasWebStorageAPI: boolean