Table of Contents

Interface IClickable

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Indicates that this object can be clicked.

public interface IClickable

Methods

Click(ClickArgs)

Clicks on this object using the specified ClickArgs.

void Click(ClickArgs args)

Parameters

args ClickArgs

The click arguments that will be used for the click.

Click(MouseButton)

Clicks on this object.

void Click(MouseButton button = MouseButton.Left)

Parameters

button MouseButton

Optional. The mouse button that performs the click. Possible Values: MouseButton. Default = MouseButton.Left.