Table of Contents

Class WrappedUIResults

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

A class wrapping UIResults in order to expose an interface to allow better unit testing.

public class WrappedUIResults : IUIResults
Inheritance
WrappedUIResults
Implements
Extension Methods

Constructors

WrappedUIResults(UIResults)

Creates a new instance of WrappedUIResults wrapping the given UIResults.

Methods

GetChecked(string)
GetChecked(string, string)
GetDateTime(string)
GetExpanded(string)
GetString(string)
GetUploadedFilePath(string)
GetUploadedFilePaths(string)
WasBack()
WasButtonPressed(string)
WasForward()
WasOnChange(string)
WasOnDownloadStarted(string)
WasOnFocusLost(string)