BrowserActionResult

sealed class BrowserActionResult

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

Inheritors

Types

Link copied to clipboard

The result of a key press action.

Link copied to clipboard

The result of a key shortcut action.

Link copied to clipboard
data class KeyType(val value: KeyTypeResult) : BrowserActionResult

The result of a key type action.

Link copied to clipboard

The result of a mouse click action.

Link copied to clipboard

The result of a mouse drag action.

Link copied to clipboard

The result of a mouse move action.

Link copied to clipboard

The result of a mouse scroll action.

Link copied to clipboard

The result of a screenshot action.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this BrowserActionResult as a KeyType and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyTypeResult value. Throws an exception if the BrowserActionResult is not a KeyType.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard