Skip to content

Bedrock Agentcore  >  Unions  >  BrowserAction

BrowserAction

Union Type

BrowserAction module-attribute

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

Union Member Types

BrowserActionMouseClick dataclass

Click at the specified coordinates.

Attributes

value instance-attribute

BrowserActionMouseMove dataclass

Move the cursor to the specified coordinates.

Attributes

value instance-attribute

BrowserActionMouseDrag dataclass

Drag from a start position to an end position.

Attributes

value instance-attribute

BrowserActionMouseScroll dataclass

Scroll at the specified position.

Attributes

value instance-attribute

BrowserActionKeyType dataclass

Type a string of text.

Attributes

value instance-attribute

BrowserActionKeyPress dataclass

Press a key one or more times.

Attributes

value instance-attribute

BrowserActionKeyShortcut dataclass

Press a key combination.

Attributes

value instance-attribute

BrowserActionScreenshot dataclass

Capture a full-screen screenshot.

Attributes

value instance-attribute

BrowserActionUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str