bedrockagentcore_invoke_browser: Invokes an operating system-level action on a browser session...

View source: R/bedrockagentcore_operations.R

bedrockagentcore_invoke_browserR Documentation

Invokes an operating system-level action on a browser session in Amazon Bedrock AgentCore

Description

Invokes an operating system-level action on a browser session in Amazon Bedrock AgentCore. This operation provides direct OS-level control over browser sessions, enabling mouse actions, keyboard input, and screenshots that the WebSocket-based Chrome DevTools Protocol (CDP) cannot handle — such as interacting with print dialogs, context menus, and JavaScript alerts.

See https://www.paws-r-sdk.com/docs/bedrockagentcore_invoke_browser/ for full documentation.

Usage

bedrockagentcore_invoke_browser(browserIdentifier, sessionId, action)

Arguments

browserIdentifier

[required] The unique identifier of the browser associated with the session. This must match the identifier used when creating the session with start_browser_session.

sessionId

[required] The unique identifier of the browser session on which to perform the action. This must be an active session created with start_browser_session.

action

[required] The browser action to perform. Exactly one member of the BrowserAction union must be set per request.


paws.machine.learning documentation built on May 31, 2026, 1:07 a.m.