Member Junction
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    authHandler: AuthHandler
    browserAdapter: BaseBrowserAdapter
    cancelled: boolean

    Whether Stop() has been called — checked at the top of each step

    judge: BaseJudge
    navigationGuard: NavigationGuard
    toolProvider: ToolProvider

    Accessors

    Methods

    • Parameters

      • message: string

      Returns void

    • Parameters

      • message: string
      • Optionalerror: unknown

      Returns void

    • Inject a pre-created browser adapter for shared session support. When set, the engine skips Launch()/Close() — the caller owns the lifecycle. Used by parallel test execution to share browser contexts across tests.

      Parameters

      Returns void

    • Request cancellation of a running run. The engine checks this flag at the top of each step. Cancellation is cooperative — the current step will finish.

      Returns void