View a markdown version of this page

MouseDragArguments - Amazon Bedrock AgentCore Data Plane

MouseDragArguments

Arguments for a mouse drag action.

Contents

endX

The ending X coordinate for the drag.

Type: Integer

Required: Yes

endY

The ending Y coordinate for the drag.

Type: Integer

Required: Yes

startX

The starting X coordinate for the drag.

Type: Integer

Required: Yes

startY

The starting Y coordinate for the drag.

Type: Integer

Required: Yes

button

The mouse button to use for the drag. Defaults to LEFT.

Type: String

Valid Values: LEFT | RIGHT | MIDDLE

Required: No

See Also

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