Playwright Cucumber TS Steps
    Preparing search index...

    Function resolveValue

    • Resolves a raw value, handling variable aliases. If a value starts with "@", it retrieves it from the global state.

      Parameters

      • page: any

        The Playwright Page object.

      • rawValue: string

        The raw value to resolve.

      Returns string

      The resolved value.