Show / Hide Table of Contents

Interface IAllowWithHeaderOrFileActions

Inherited Members
IAllowWithHeader.WithHeader(String)
IAllowFileActions.SaveToExcel(String)
IAllowFileActions.SaveToCSV(String)
IAllowFileActions.SaveToTabbedText(String)
IAllowFileActions.AppendToExcel(String)
IAllowFileActions.AppendToCSV(String)
IAllowFileActions.AppendToTabbedText(String)
IAllowFileActions.AppendToFile(IGPALFile)
IAllowFileActions.SaveToFIle(IGPALFile)
IAllowClose.Close()
IAllowTabActions.SwitchToTab()
IAllowSizeControl.Maximize
IAllowSizeControl.Minimize
IAllowSizeControl.Restore
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()
IAllowWaitFor.WaitFor(Int32)
IAllowWaitForWindow.WaitForWindow(String)
IAllowWaitForWindow.WaitForWindowRegex(String)
IAllowWaitForWindow.WithWaitForWindowTimeout(Int32)
Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowWithHeaderOrFileActions : IAllowWithHeader, IAllowFileActions, IAllowAllActionAndAnySelector, IAllowApplicationAction, IAllowClose, IAllowTabActions, IAllowSizeControl, IAllowAnySelector, IAllowWithSelector, IAllowSelectorAction, IAllowClicks, IAllowFillInFrom, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowKeyboardActions, IAllowToGPALObject<Application>, IAllowWaitFor, IAllowWaitForWindow
In This Article
Back to top Generated by DocFX