SystemInteractions
Last updated
Last updated
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)
Object Progile.TRIO.EnvironmentModel.SystemInteractions
Syntax:
Parameter
Description
t
Type: ITester
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