MouseDrag

data class MouseDrag(val value: MouseDragArguments) : BrowserAction

Drag from a start position to an end position.

Constructors

Link copied to clipboard
constructor(value: MouseDragArguments)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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.

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

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.

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
Link copied to clipboard
Link copied to clipboard