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 list of certificates installed in the browser session.

Link copied to clipboard
val createdAt: <Error class: unknown class>

The time at which the browser session was created.

Link copied to clipboard

A list of files containing enterprise policies for the browser session.

Link copied to clipboard

The list of browser extensions that are configured in the browser session.

Link copied to clipboard
val lastUpdatedAt: <Error class: unknown class>?

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 browser profile configuration associated with this session. Contains the profile identifier that links to persistent browser data such as cookies and local storage.

Link copied to clipboard

The active proxy configuration for this browser session. This field is only present if proxy configuration was provided when the session was started using StartBrowserSession. The configuration includes proxy servers, domain bypass rules and the proxy authentication credentials.

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