Show / Hide Table of Contents

Interface IAllowSelectorActionOrAnySelector

Inherited Members
IAllowWithSelector.WithSelector(Selector)
IAllowClicks.LeftClick(Enums.ModifierKeys)
IAllowClicks.LeftDoubleClick()
IAllowClicks.RightClick()
IAllowFillInFrom.FillInFrom(String)
IAllowFillInFrom.AppendFrom(String)
IAllowFillInFrom.InsertFrom(String)
IAllowFillInFrom.FillInFrom(IGPALFile)
IAllowFillInFrom.AppendFrom(IGPALFile)
IAllowFillInFrom.InsertFrom(IGPALFile)
IAllowFillInFrom.FillInFrom(GPALDatabase)
IAllowFillInFrom.AppendFrom(GPALDatabase)
IAllowFillInFrom.InsertFrom(GPALDatabase)
IAllowFillInFrom.FillInFrom(IGPALGrid<String>)
IAllowFillInFrom.AppendFrom(IGPALGrid<String>)
IAllowFillInFrom.InsertFrom(IGPALGrid<String>)
IAllowFocus.Focus()
IAllowHover.Hover()
IAllowMoveTo.MoveTo()
IAllowScrolling.ScrollHorizontalSmall(Int32)
IAllowScrolling.ScrollHorizontalLarge(Int32)
IAllowScrolling.ScrollHorizontalPercent(Int32)
IAllowScrolling.ScrollVerticalSmall(Int32)
IAllowScrolling.ScrollVerticalLarge(Int32)
IAllowScrolling.ScrollVerticalPercent(Int32)
IAllowKeyboardActions.SendString(String)
IAllowKeyboardActions.SendKey(Byte)
IAllowToGPALObject<Application>.ToGPALObject()
IAllowWaitForWindow.WaitForWindow(String)
IAllowWaitForWindow.WaitForWindowRegex(String)
IAllowWaitForWindow.WithWaitForWindowTimeout(Int32)
IAllowWaitFor.WaitFor(Int32)
IAllowCallBack.CallIfFound(Application.CallIfDelegate)
IAllowCallBack.CallIfNotFound(Application.CallIfDelegate)
IAllowCallBack.CallAfterFillIn(Application.CallAfterFillInDelegate)
Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowSelectorActionOrAnySelector : IAllowWithSelector, IAllowSelectorAction, IAllowClicks, IAllowFillInFrom, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowKeyboardActions, IAllowToGPALObject<Application>, IAllowWaitForWindow, IAllowWaitFor, IAllowCallBack
In This Article
Back to top Generated by DocFX