![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Static Public Member Functions | |
| static bool | GotoNextPage (Application.Application application) |
| Advance to the next page of results during GetGrid paging. Clicks the configured NextPageButton control. Infinite scroll is not supported for desktop applications. | |
| static void | TopProcess (Process process) |
| Brings the given process's main window to the foreground/top of the z-order, if it is not already. | |
| static void | FillInWithTokens< T > (Application.Application application, IGPALGrid< T > tokens, WriteMode writeMode) |
| Enter tokens into form controls. | |
| static void | FillInWithTokens (Application.Application application, List< IGPALGrid< string > > tokenList, WriteMode writeMode) |
| Enter tokens into form controls for each grid of tokens in the list. | |
Definition at line 32 of file ApplicationHelper.cs.
|
static |
Enter tokens into form controls for each grid of tokens in the list.
| application | The Application whose UOW elements are filled in |
| tokenList | List of token grids, one call to FillInWithTokens<T> per grid |
| writeMode | How to write the token text into each control (overwrite/insert/append) |
Definition at line 324 of file ApplicationHelper.cs.
|
static |
Enter tokens into form controls.
| application | |
| tokens | |
| writeMode |
Definition at line 117 of file ApplicationHelper.cs.
|
static |
Advance to the next page of results during GetGrid paging. Clicks the configured NextPageButton control. Infinite scroll is not supported for desktop applications.
Definition at line 41 of file ApplicationHelper.cs.
|
static |
Brings the given process's main window to the foreground/top of the z-order, if it is not already.
| process | The process whose main window should be brought to the top |
Definition at line 68 of file ApplicationHelper.cs.