FileExplorer
A class for the windows file explorer.
// example for controlling a FileExplorer window
var fileExplorer = new FileExplorer(t, App.SystemHelpers);
fileExplorer.WaitForAppear();
fileExplorer.Path.PressEnterAfterType = true;
fileExplorer.Path.Enter(@"C:\Program Files");
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.FileExplorer
Syntax:
public FileExplorer(
ITester t,
ISystemHelpers systemHelpers
)
Parameter | Description |
t | The tester interface. |
systemHelper | An instance of the ISystemHelpers interface that allows interaction with the SUT operating system. |
Name | Description |
The text box to enter the path for the folder to be shown. |
Last modified 3mo ago