The frozen test library configuration.
Executes a Given/When/Then chain against the browser OPA5 queue.
Function receiving Given/When/Then proxy objects
Array of OPA5 assertion log messages
Returns the method calls captured during the last execute() invocation.
Captured proxy method calls, or empty array if never executed
Stateful FE Test Library instance for OPA5 test execution.
Remarks
Created exclusively by initializeFETestLibrary. Manages the lifecycle of OPA5 page objects and provides the
execute()method for running Given/When/Then chains against the browser.P1 exception: This is a stateful class (manages initialized state, WorkZone detection, and method call history).
Example