Show / Hide Table of Contents

Interface IAllowClicks

Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowClicks

Methods

LeftClick(Enums.ModifierKeys)

Declaration
IAllowSelectorActionOrAnySelector LeftClick(Enums.ModifierKeys modifierKeys = Enums.ModifierKeys.None)
Parameters
Type Name Description
Enums.ModifierKeys modifierKeys
Returns
Type Description
IAllowSelectorActionOrAnySelector

LeftDoubleClick()

Declaration
IAllowSelectorActionOrAnySelector LeftDoubleClick()
Returns
Type Description
IAllowSelectorActionOrAnySelector

RightClick()

Declaration
IAllowSelectorActionOrAnySelector RightClick()
Returns
Type Description
IAllowSelectorActionOrAnySelector
In This Article
Back to top Generated by DocFX