RunWindow
Last updated
Was this helpful?
Last updated
Was this helpful?
A class for the windows run dialog that allows to open or run any program, folder, document or web resource. Open the run dialog with .
Namespace: Progile.TRIO.EnvironmentModel Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)
Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.BaseScreen Progile.TRIO.EnvironmentModel.Window Progile.TRIO.EnvironmentModel.RunWindow
The constructor is private. Use the static method to open and instantiate a new run window.
Syntax:
Parameter
Description
t
Type: ITester
The tester interface.
systemHelper
Type: ISystemHelpers
An instance of the ISystemHelpers interface that allows interaction with the SUT operating system.
Name
Description
OpenRunWindow
Opens the run window and returns its initialized screen object.
Runs or opens a program, folder, document or web resource from the run window.
Name
Description
The text box to enter the command that shall be run.