View a markdown version of this page

BrowserAction - Amazon Bedrock AgentCore Data Plane

BrowserAction

The browser action to perform. Exactly one member must be set per request.

Contents

Important

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

keyPress

Press a key one or more times.

Type: KeyPressArguments object

Required: No

keyShortcut

Press a key combination.

Type: KeyShortcutArguments object

Required: No

keyType

Type a string of text.

Type: KeyTypeArguments object

Required: No

mouseClick

Click at the specified coordinates.

Type: MouseClickArguments object

Required: No

mouseDrag

Drag from a start position to an end position.

Type: MouseDragArguments object

Required: No

mouseMove

Move the cursor to the specified coordinates.

Type: MouseMoveArguments object

Required: No

mouseScroll

Scroll at the specified position.

Type: MouseScrollArguments object

Required: No

screenshot

Capture a full-screen screenshot.

Type: ScreenshotArguments object

Required: No

See Also

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