BrowserAction
The browser action to perform. Exactly one member must be set per request.
Inheritors
Types
Press a key one or more times.
Press a key combination.
Type a string of text.
Click at the specified coordinates.
Drag from a start position to an end position.
Move the cursor to the specified coordinates.
Scroll at the specified position.
Capture a full-screen screenshot.
Functions
Casts this BrowserAction as a KeyPress and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyPressArguments value. Throws an exception if the BrowserAction is not a KeyPress.
Casts this BrowserAction as a KeyPress and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyPressArguments value. Returns null if the BrowserAction is not a KeyPress.
Casts this BrowserAction as a KeyShortcut and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyShortcutArguments value. Throws an exception if the BrowserAction is not a KeyShortcut.
Casts this BrowserAction as a KeyShortcut and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyShortcutArguments value. Returns null if the BrowserAction is not a KeyShortcut.
Casts this BrowserAction as a KeyType and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyTypeArguments value. Throws an exception if the BrowserAction is not a KeyType.
Casts this BrowserAction as a KeyType and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.KeyTypeArguments value. Returns null if the BrowserAction is not a KeyType.
Casts this BrowserAction as a MouseClick and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseClickArguments value. Throws an exception if the BrowserAction is not a MouseClick.
Casts this BrowserAction as a MouseClick and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseClickArguments value. Returns null if the BrowserAction is not a MouseClick.
Casts this BrowserAction as a MouseDrag and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseDragArguments value. Throws an exception if the BrowserAction is not a MouseDrag.
Casts this BrowserAction as a MouseDrag and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseDragArguments value. Returns null if the BrowserAction is not a MouseDrag.
Casts this BrowserAction as a MouseMove and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseMoveArguments value. Throws an exception if the BrowserAction is not a MouseMove.
Casts this BrowserAction as a MouseMove and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseMoveArguments value. Returns null if the BrowserAction is not a MouseMove.
Casts this BrowserAction as a MouseScroll and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseScrollArguments value. Throws an exception if the BrowserAction is not a MouseScroll.
Casts this BrowserAction as a MouseScroll and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.MouseScrollArguments value. Returns null if the BrowserAction is not a MouseScroll.
Casts this BrowserAction as a Screenshot and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ScreenshotArguments value. Throws an exception if the BrowserAction is not a Screenshot.
Casts this BrowserAction as a Screenshot and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.ScreenshotArguments value. Returns null if the BrowserAction is not a Screenshot.