GetBrowserSessionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the browser.

Link copied to clipboard

The time at which the browser session was created.

Link copied to clipboard

The time at which the browser session was last updated.

Link copied to clipboard
val name: String?

The name of the browser session.

Link copied to clipboard

The identifier of the browser session.

Link copied to clipboard

The artifact containing the session replay information.

Link copied to clipboard

The timeout period for the browser session in seconds.

Link copied to clipboard

The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

Link copied to clipboard

The streams associated with this browser session. These include the automation stream and live view stream.

Link copied to clipboard

The configuration that defines the dimensions of a browser viewport in a browser session. The viewport determines the visible area of web content and affects how web pages are rendered and displayed. Proper viewport configuration ensures that web content is displayed correctly for the agent's browsing tasks.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String