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

    Interface PlaywrightVersion

    Parsed Playwright version components.

    const ver: PlaywrightVersion = {
    major: 1, minor: 58, patch: 2, raw: '1.58.2',
    };
    interface PlaywrightVersion {
        major: number;
        minor: number;
        patch: number;
        raw: string;
    }
    Index

    Properties

    Properties

    major: number
    minor: number
    patch: number
    raw: string