Real-time monitoring and debugging tools for your browser sessions
Copy Debug URL
button is available in the Session Inspector only when the a live Session is running.
Property | Description |
---|---|
Session Id | The unique identifier of the Session |
Status | The status of the Session, and the reason for termination if it has been terminated |
Started | The date and time when the Session was started |
Region | The region where the Session was run |
Duration | The length of the Session |
Proxy Bandwidth | The amount of data transferred through the proxy on the network tab (in MB) |
Settings | The settings used for the Session (e.g. keepAlive or BrowserContext ) |
Runtime.*
, Page.*
, Input.*
, and Log.*
events)extract
calls, you can utilize the schema language dropdown to select the format you want to view the schema in. By default, the schema is displayed in JSON. However, you have the option to view the schema in Zod format. We’re working on adding more schema languages in the future.
DOM
), describing in detail any actions and updates performed during Session
console.log()
), making debugging remote Sessions as easy as using your browser
browser-solving-started
browser-solving-completed
browserbase-keeping-connection-alive
Starting recording
[DOM] Updated style of [body]
or [Network] Request finished loading: GET "https://example.com/style.css"
Network
), describing in detail any network requests and responses performed during Session
The Timeline also features logs emitted by the Web Console API (ex: console.log()
),
making debugging remote Sessions as easy as using your browser.