SystemInteractions
Provides basic interactions such as keyboard shortcuts for the target operating system. Implements the ISystemInteractions interface.
Namespace: Progile.TRIO.EnvironmentModel
Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)
Syntax:
public SystemHelpers(
ITester t
)
Parameter | Description |
t | The tester interface. |
Name | Description |
CloseApp | Alt-F4 |
Copy | Ctrl-C |
Cut | Ctrl-X |
GoToEndOfText | Goes to the end of the current text input. Ctrl-End |
GoToStartOfText | Goes to the beginning of the current text input. Ctrl-Home |
Paste | Ctrl-V |
SelectAll | Ctrl-A |
SwitchWindow | Alt-Tab |
Name | Description |
ShortcutKey | The general shortcut key used by most applications. For Windows Ctrl |
AltKey | The general Alt key used for some shortcuts. For Windows Alt |
Last modified 3yr ago