core-utils
Preparing search index...
@clipboard-health/playwright-reporter-llm
BrowserLifecycleRecord
Interface BrowserLifecycleRecord
interface
BrowserLifecycleRecord
{
apiGatewayRequestId
?:
string
;
cdpRequestId
?:
string
;
classification
:
|
"no_response_headers"
|
"headers_without_body_completion"
|
"network_failure"
|
"completed"
;
connection
?:
BrowserLifecycleConnection
;
encodedBytes
?:
BrowserLifecycleEncodedBytes
;
httpStatus
?:
number
;
loaderId
?:
string
;
loadingFailed
?:
BrowserLifecycleFailureEvent
;
loadingFinished
?:
BrowserLifecycleEvent
;
method
:
string
;
origin
:
string
;
pathTemplate
:
string
;
playwrightRequestKey
?:
string
;
protocol
?:
string
;
requestStarted
:
BrowserLifecycleEvent
;
responseReceived
?:
BrowserLifecycleEvent
;
spanId
?:
string
;
traceId
?:
string
;
}
Index
Properties
api
Gateway
Request
Id?
cdp
Request
Id?
classification
connection?
encoded
Bytes?
http
Status?
loader
Id?
loading
Failed?
loading
Finished?
method
origin
path
Template
playwright
Request
Key?
protocol?
request
Started
response
Received?
span
Id?
trace
Id?
Properties
Optional
api
Gateway
Request
Id
apiGatewayRequestId
?:
string
Optional
cdp
Request
Id
cdpRequestId
?:
string
classification
classification
:
|
"no_response_headers"
|
"headers_without_body_completion"
|
"network_failure"
|
"completed"
Optional
connection
connection
?:
BrowserLifecycleConnection
Optional
encoded
Bytes
encodedBytes
?:
BrowserLifecycleEncodedBytes
Optional
http
Status
httpStatus
?:
number
Optional
loader
Id
loaderId
?:
string
Optional
loading
Failed
loadingFailed
?:
BrowserLifecycleFailureEvent
Optional
loading
Finished
loadingFinished
?:
BrowserLifecycleEvent
method
method
:
string
origin
origin
:
string
path
Template
pathTemplate
:
string
Optional
playwright
Request
Key
playwrightRequestKey
?:
string
Optional
protocol
protocol
?:
string
request
Started
requestStarted
:
BrowserLifecycleEvent
Optional
response
Received
responseReceived
?:
BrowserLifecycleEvent
Optional
span
Id
spanId
?:
string
Optional
trace
Id
traceId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Gateway
Request
Id
cdp
Request
Id
classification
connection
encoded
Bytes
http
Status
loader
Id
loading
Failed
loading
Finished
method
origin
path
Template
playwright
Request
Key
protocol
request
Started
response
Received
span
Id
trace
Id
core-utils
Loading...