![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Properties | |
| UnitOfWork | CurrentUOW [get, set] |
| object | ManagedRootAutomationElement [get, set] |
| IAllowAllApplicationAndAllSelector | Maximize [get] |
| IAllowAllApplicationAndAllSelector | Minimize [get] |
| string | Name [get, set] |
| A name you provide to be used when publishing events. Use .WithName to provide your own friendly name. If not supplied GPAL will assign the name application1, application2, etc This get is intended for debugging only. | |
| Process | Process [get, set] |
| IAllowAllApplicationAndAllSelector | Restore [get] |
| AutomationElement | RootAutomationElement [get, set] |
| The starting AutomationElement for the application. All xpath searches start from this AutomationElement. | |
| System.Diagnostics.Process | Process [get] |
| string | ApplicationPath [get] |
| The path of the program you Opened. This get is intended for debugging only. | |
| Properties inherited from GenerallyPositive.Application.IAllowWithInfiniteScroll | |
| IAllowWithPagesAndGridActions | WithInfiniteScroll [get] |
Definition at line 27 of file IApplication.cs.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.AppendFrom | ( | GPALDatabase | inputDatabase | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.AppendFrom | ( | IGPALGrid< string > | inputGrid | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.AppendFrom | ( | string | textToUse | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterAnySelector GenerallyPositive.Application.IApplication.CallAfterFillIn | ( | Application.CallAfterFillInDelegate | callAfterFillIn | ) |
Implements GenerallyPositive.Application.IAllowCallBack.
| IAllowAfterAnySelector GenerallyPositive.Application.IApplication.CallIfFound | ( | Application.CallIfDelegate | callIfFoundDelegate | ) |
Implements GenerallyPositive.Application.IAllowCallBack.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterAnySelector GenerallyPositive.Application.IApplication.CallIfNotFound | ( | Application.CallIfDelegate | callIfNotFoundDelegate | ) |
Implements GenerallyPositive.Application.IAllowCallBack.
Implemented in GenerallyPositive.Application.Application.
| void GenerallyPositive.Application.IApplication.Close | ( | ) |
Implements GenerallyPositive.Application.IAllowClose.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.FillInFrom | ( | GPALDatabase | inputDatabase | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.FillInFrom | ( | IGPALGrid< string > | inputGrid | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.FillInFrom | ( | string | textToUse | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.InsertFrom | ( | string | textToUse | ) |
Implements GenerallyPositive.Application.IAllowFillInFrom.
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IApplication.LeftClick | ( | Enums.ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Application.Application.
| IAllowAllApplicationAndAllSelector GenerallyPositive.Application.IApplication.Open | ( | string | applicationPath | ) |
Implements GenerallyPositive.Application.IAllowApplicationOpen.
Implemented in GenerallyPositive.Application.Application.
| IAllowPersistentCallBack GenerallyPositive.Application.IApplication.PersistentCallIfFound | ( | Application.CallIfDelegate | persistentCallIfFound | ) |
| IAllowPersistentCallBack GenerallyPositive.Application.IApplication.PersistentCallIfNotFound | ( | Application.CallIfDelegate | persistentCallIfNotFound | ) |
| void GenerallyPositive.Application.IApplication.RemoveCallIfHandlerEverywhere | ( | Application.CallIfDelegate | func | ) |
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterWaitForAndSizeControl GenerallyPositive.Application.IApplication.WaitFor | ( | int | timeoutInTicks | ) |
Implements GenerallyPositive.Application.IAllowWaitFor.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterWaitForAndSizeControl GenerallyPositive.Application.IApplication.WaitForWindow | ( | string | windowTitle | ) |
Implements GenerallyPositive.Application.IAllowWaitForWindow.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterWaitForAndSizeControl GenerallyPositive.Application.IApplication.WaitForWindowRegex | ( | string | _ | ) |
Implements GenerallyPositive.Application.IAllowWaitForWindow.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterAnySelectorExceptWithAll GenerallyPositive.Application.IApplication.WithAllThatMatch | ( | int | rowCount = int.MaxValue | ) |
Implements GenerallyPositive.Application.IAllowWithAllThatMatch.
Implemented in GenerallyPositive.Application.Application.
| IAllowPersistence GenerallyPositive.Application.IApplication.WithPersistentSelector | ( | Selector | selector | ) |
Implements GenerallyPositive.Application.IAllowWithPersistentSelector.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterAnySelector GenerallyPositive.Application.IApplication.WithSelector | ( | Selector | selector | ) |
Implements GenerallyPositive.Application.IAllowWithSelector.
Implemented in GenerallyPositive.Application.Application.
| IAllowAfterWaitForAndSizeControl GenerallyPositive.Application.IApplication.WithWaitForWindowTimeout | ( | int | waitTimeInSeconds | ) |
Implements GenerallyPositive.Application.IAllowWaitForWindow.
Implemented in GenerallyPositive.Application.Application.
|
get |
The path of the program you Opened.
This get is intended for debugging only.
Implemented in GenerallyPositive.Application.Application.
Definition at line 388 of file Interfaces.cs.
|
getset |
Definition at line 29 of file IApplication.cs.
|
getset |
Implemented in GenerallyPositive.Application.Application.
Definition at line 30 of file IApplication.cs.
|
get |
Implements GenerallyPositive.Application.IAllowSizeControl.
Implemented in GenerallyPositive.Application.Application.
Definition at line 31 of file IApplication.cs.
|
get |
Implements GenerallyPositive.Application.IAllowSizeControl.
Implemented in GenerallyPositive.Application.Application.
Definition at line 32 of file IApplication.cs.
|
getset |
A name you provide to be used when publishing events.
Use .WithName to provide your own friendly name. If not supplied GPAL will assign the name application1, application2, etc
This get is intended for debugging only.
Implemented in GenerallyPositive.Application.Application.
Definition at line 33 of file IApplication.cs.
|
getset |
Implemented in GenerallyPositive.Application.Application.
Definition at line 34 of file IApplication.cs.
|
get |
Implemented in GenerallyPositive.Application.Application.
Definition at line 370 of file Interfaces.cs.
|
get |
Implements GenerallyPositive.Application.IAllowSizeControl.
Implemented in GenerallyPositive.Application.Application.
Definition at line 35 of file IApplication.cs.
|
getset |
The starting AutomationElement for the application. All xpath searches start from this AutomationElement.
Implemented in GenerallyPositive.Application.Application.
Definition at line 36 of file IApplication.cs.