SystemInteractions

Description

Provides basic interactions such as keyboard shortcuts for the target operating system. Implements the ISystemInteractions interface.

SystemInteractions Class

Namespace: Progile.TRIO.EnvironmentModel Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)

Inheritance Hierarchy:

Object Progile.TRIO.EnvironmentModel.SystemInteractions

Constructors

Syntax:

public SystemHelpers(
	ITester t
)

Parameter

Description

t

The tester interface.

Methods

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

Properties

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 updated

Was this helpful?