GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Application.IAllowAllExceptParameters Interface Reference
Inheritance diagram for GenerallyPositive.Application.IAllowAllExceptParameters:
GenerallyPositive.Application.IAllowApplicationAction GenerallyPositive.Application.IAllowAnySelector GenerallyPositive.Application.IAllowAfterAnySelector GenerallyPositive.Application.IAllowSizeControl GenerallyPositive.Application.IAllowWithPages GenerallyPositive.Application.IAllowWithInfiniteScroll GenerallyPositive.Application.IAllowWithNextPageButtonOrGetGrid GenerallyPositive.Application.IAllowWithAllThatMatch GenerallyPositive.Application.IAllowCallBack GenerallyPositive.Application.IAllowSelectorAction GenerallyPositive.Application.IAllowWithSelector GenerallyPositive.Application.IAllowSizeControl GenerallyPositive.Application.IAllowTabActions GenerallyPositive.Application.IAllowClose GenerallyPositive.Application.IApplication GenerallyPositive.Application.Application

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.Application.IAllowClose
void Close ()
Public Member Functions inherited from GenerallyPositive.Application.IAllowTabActions
IAllowAllActionAndAnySelector SwitchToTab (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Application.IAllowSizeControl
IAllowAllApplicationAndAllSelector ResizeWindow (int width, int height)
IAllowAllApplicationAndAllSelector MoveWindow (int x, int y)
Public Member Functions inherited from GenerallyPositive.Application.IAllowWithSelector
IAllowSelectorActionOrAnySelector WithSelector (Selector selector)
Public Member Functions inherited from GenerallyPositive.Application.IAllowClicks
IAllowSelectorActionOrAnySelector LeftClick (Selector selector=null)
IAllowSelectorActionOrAnySelector LeftClick (ModifierKeys modifierKeys)
IAllowSelectorActionOrAnySelector LeftDoubleClick (Selector selector=null)
IAllowSelectorActionOrAnySelector MiddleClick (Selector selector=null)
IAllowSelectorActionOrAnySelector RightClick (Selector selector=null)
IAllowSelectorActionOrAnySelector DragAndDrop (Selector selector=null)
IAllowSelectorActionOrAnySelector DragAndDrop (ModifierKeys modifierKeys)
Public Member Functions inherited from GenerallyPositive.Application.IAllowFillInFrom
IAllowSelectorActionOrAnySelector FillInFrom (string textToUse)
IAllowSelectorActionOrAnySelector AppendFrom (string textToUse)
IAllowSelectorActionOrAnySelector InsertFrom (string textToUse)
IAllowSelectorActionOrAnySelector FillInFrom (GPALFile inputFile)
IAllowSelectorActionOrAnySelector AppendFrom (GPALFile inputFile)
IAllowSelectorActionOrAnySelector InsertFrom (GPALFile inputFile)
IAllowSelectorActionOrAnySelector FillInFrom (GPALDatabase inputDatabase)
IAllowSelectorActionOrAnySelector AppendFrom (GPALDatabase inputDatabase)
IAllowSelectorActionOrAnySelector InsertFrom (GPALDatabase inputDatabase)
IAllowSelectorActionOrAnySelector FillInFrom (IGPALGrid< string > inputGrid)
IAllowSelectorActionOrAnySelector AppendFrom (IGPALGrid< string > inputGrid)
IAllowSelectorActionOrAnySelector InsertFrom (IGPALGrid< string > inputGrid)
Public Member Functions inherited from GenerallyPositive.Application.IAllowFocus
IAllowSelectorActionOrAnySelector Focus (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Application.IAllowHover
IAllowSelectorActionOrAnySelector Hover (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Application.IAllowMoveTo
IAllowSelectorActionOrAnySelector MoveTo (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Application.IAllowScrolling
IAllowSelectorActionOrAnySelector ScrollHorizontalSmall (int iterations)
IAllowSelectorActionOrAnySelector ScrollHorizontalLarge (int iterations)
IAllowSelectorActionOrAnySelector ScrollHorizontalPercent (int percent)
IAllowSelectorActionOrAnySelector ScrollVerticalSmall (int iterations)
IAllowSelectorActionOrAnySelector ScrollVerticalLarge (int iterations)
IAllowSelectorActionOrAnySelector ScrollVerticalPercent (int percent)
Public Member Functions inherited from GenerallyPositive.Application.IAllowWaitFor
IAllowAfterWaitForAndSizeControl WaitFor (int waitForTimeInTicks)
Public Member Functions inherited from GenerallyPositive.Application.IAllowKeyboardActions
IAllowSelectorActionOrAnySelector SendString (string textToSend)
 Simulates typing via hardware key events, one character at a time. Honors GPAL.TypingDelay (see GPAL.WithTypingDelay): 0 sends the string with no inter-character pacing, greater than 0 sleeps that many milliseconds between characters.
IAllowSelectorActionOrAnySelector SendKey (byte VKCode)
IAllowSelectorActionOrAnySelector PressModifierKey (ModifierKeys modifierKeys)
IAllowSelectorActionOrAnySelector ReleaseModifierKey (ModifierKeys modifierKeys)
Public Member Functions inherited from GenerallyPositive.Application.IAllowSetRange
IAllowAllActionAndAnySelector SetRange (double rangeValue)
Public Member Functions inherited from GenerallyPositive.Application.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.Application.IAllowCallBack
IAllowAfterAnySelector CallIfFound (Application.CallIfDelegate CallIfFound)
IAllowAfterAnySelector CallIfNotFound (Application.CallIfDelegate CallIfNotFound)
IAllowAfterAnySelector CallAfterFillIn (Application.CallAfterFillInDelegate CallAfterFillIn)
Public Member Functions inherited from GenerallyPositive.Application.IAllowWithAllThatMatch
IAllowAfterAnySelectorExceptWithAll WithAllThatMatch (int rowCount)
Public Member Functions inherited from GenerallyPositive.Application.IAllowWithNextPageButton
IAllowWithPagesAndGridActions WithNextPageButton (Selector selector)
Public Member Functions inherited from GenerallyPositive.Application.IAllowGetGrid
IAllowWithHeaderOrFileActions GetGrid (ref IGPALGrid< string > returnGrid)
Public Member Functions inherited from GenerallyPositive.Application.IAllowWithPages
IAllowGetGridAndFillInFrom WithPages (int numberOfPages)
Properties inherited from GenerallyPositive.Application.IAllowSizeControl
IAllowAllApplicationAndAllSelector Maximize [get]
IAllowAllApplicationAndAllSelector Minimize [get]
IAllowAllApplicationAndAllSelector Restore [get]
Properties inherited from GenerallyPositive.Application.IAllowWithInfiniteScroll
IAllowWithPagesAndGridActions WithInfiniteScroll [get]

Detailed Description

Definition at line 231 of file Interfaces.cs.


The documentation for this interface was generated from the following file: