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.IntPtr
|
OwnerWindow
Declaration
Window OwnerWindow { get; }
Property Value
System.Windows.Window
|
Methods
GetContextView(UIWindowsContext)
Declaration
ICommandHandler GetContextView(UIWindowsContext context)
Parameters
UIWindowsContext
context
|
Returns
ICommandHandler
|
LaunchRecorder()
Declaration
void LaunchRecorder()
LogMessage(String, Boolean)
Declaration
void LogMessage(string message, bool includeTimestamp)
Parameters
System.String
message
|
System.Boolean
includeTimestamp
|
ReloadPerformanceHistory()
Declaration
void ReloadPerformanceHistory()
SetHostStatus(String, Boolean)
Declaration
void SetHostStatus(string status, bool showProgressBar)
Parameters
System.String
status
|
System.Boolean
showProgressBar
|
SetResultContext(RunResult, Boolean)
Declaration
void SetResultContext(RunResult runResult, bool drillDown = true)
Parameters
RunResult
runResult
|
System.Boolean
drillDown
|
SetStepContext(AutomationStep)
SetTestContext(TestBase)
ShowModalBusyIndicator(Boolean, String)
Declaration
void ShowModalBusyIndicator(bool bShow, string strMessage)
Parameters
System.Boolean
bShow
|
System.String
strMessage
|