View a markdown version of this page

BrowserActionResult - Amazon Bedrock AgentCore Data Plane

BrowserActionResult

The result of a browser action execution. Exactly one member is set, matching the action that was performed.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

keyPress

The result of a key press action.

Type: KeyPressResult object

Required: No

keyShortcut

The result of a key shortcut action.

Type: KeyShortcutResult object

Required: No

keyType

The result of a key type action.

Type: KeyTypeResult object

Required: No

mouseClick

The result of a mouse click action.

Type: MouseClickResult object

Required: No

mouseDrag

The result of a mouse drag action.

Type: MouseDragResult object

Required: No

mouseMove

The result of a mouse move action.

Type: MouseMoveResult object

Required: No

mouseScroll

The result of a mouse scroll action.

Type: MouseScrollResult object

Required: No

screenshot

The result of a screenshot action.

Type: ScreenshotResult object

Required: No

See Also

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