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