Table of Contents

Interface IActionSimulatorHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides access to the user interface action simulator.

public interface IActionSimulatorHandler : IDisposable

Methods

SendChar(Key, RawModifierKeys)

Presses and release a key.

SendKeyDown(Key, RawModifierKeys)

Presses a key.

SendKeyUp(Key, RawModifierKeys)

Releases a key.

SendMouseClick(MouseButton)

Clicks a mouse button.

SendMouseDblClick(MouseButton)

Double-clicks a mouse button.

SendMouseDown(MouseButton)

Presses a mouse button.

SendMouseDragDrop(int, int, int, int, MouseButton)

Performs a drag and drop operation.

SendMouseMove(PointI)

Moves the mouse to the specified coordinates.

SendMouseUp(MouseButton)

Releases a mouse button.

SendSelect(string)

Simulates selection of an item with the given text.

SendText(string)

Emulates typing in the keys representing the given string.