Interface IAutomationHostState
Inherited Members
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IAutomationHostState : IAutomationHost, ISupportSearchHost, IXmlPersistable
Methods
GetStateAsImage()
Declaration
Bitmap GetStateAsImage()
Returns
System.Drawing.Bitmap
|
GetStateAsString()
Declaration
string GetStateAsString()
Returns
System.String
|