Skip to content

/AWS1/CL_BDCBROWSERSESSTREAM

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.

CONSTRUCTOR

IMPORTING

Required arguments:

io_automationstream TYPE REF TO /AWS1/CL_BDCAUTOMATIONSTREAM /AWS1/CL_BDCAUTOMATIONSTREAM

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.

Optional arguments:

io_liveviewstream TYPE REF TO /AWS1/CL_BDCLIVEVIEWSTREAM /AWS1/CL_BDCLIVEVIEWSTREAM

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.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_AUTOMATIONSTREAM() Getter for AUTOMATIONSTREAM

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.

Accessible with the following methods

Method Description
GET_LIVEVIEWSTREAM() Getter for LIVEVIEWSTREAM