BrowserSessionStream - Amazon Bedrock AgentCore

BrowserSessionStream

The collection of streams associated with a browser session in Amazon Bedrock. These streams provide different ways to interact with and observe the browser session, including programmatic control and visual representation of the browser content.

Contents

automationStream

The stream that enables programmatic control of the browser. This stream allows agents to perform actions such as navigating to URLs, clicking elements, and filling forms.

Type: AutomationStream object

Required: Yes

liveViewStream

The stream that provides a visual representation of the browser content. This stream allows agents to observe the current state of the browser, including rendered web pages and visual elements.

Type: LiveViewStream object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: