Interface IInterfaceInterrogator
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IInterfaceInterrogator
Properties
Declaration
IActionTranslator ActionTranslator { get; }
Property Value
Declaration
bool HasActionTranslator { get; }
Property Value
Declaration
bool HasUICueProvider { get; }
Property Value
Declaration
bool HasVerificationProvider { get; }
Property Value
Declaration
Property Value
Declaration
IUICueProvider UICueProvider { get; }
Property Value
Declaration
IVerificationProvider VerificationProvider { get; }
Property Value