View a markdown version of this page

MouseClickArguments - Amazon Bedrock AgentCore Data Plane

MouseClickArguments

Arguments for a mouse click action.

Contents

x

The X coordinate on screen where the click occurs.

Type: Integer

Required: Yes

y

The Y coordinate on screen where the click occurs.

Type: Integer

Required: Yes

button

The mouse button to use. Defaults to LEFT.

Type: String

Valid Values: LEFT | RIGHT | MIDDLE

Required: No

clickCount

The number of clicks to perform. Valid range: 1–10. Defaults to 1.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 10.

Required: No

See Also

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