Interface IHostInteraction
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IHostInteraction
Properties
ActiveView
MainWindowHandle
Declaration
IntPtr MainWindowHandle { get; }
Property Value
System.
|
OwnerWindow
Declaration
Window OwnerWindow { get; }
Property Value
System.
|
Methods
GetContextView(UIWindowsContext)
Declaration
ICommandHandler GetContextView(UIWindowsContext context)
Parameters
UIWindows
|
Returns
LaunchRecorder()
Declaration
void LaunchRecorder()
LogMessage(String, Boolean)
Declaration
void LogMessage(string message, bool includeTimestamp)
Parameters
System.
|
System.
|
ReloadPerformanceHistory()
Declaration
void ReloadPerformanceHistory()
SetHostStatus(String, Boolean)
Declaration
void SetHostStatus(string status, bool showProgressBar)
Parameters
System.
|
System.
|
SetResultContext(RunResult, Boolean)
Declaration
void SetResultContext(RunResult runResult, bool drillDown = true)
Parameters
Run
|
System.
|
SetStepContext(AutomationStep)
SetTestContext(TestBase)
ShowModalBusyIndicator(Boolean, String)
Declaration
void ShowModalBusyIndicator(bool bShow, string strMessage)
Parameters
System.
|
System.
|