Class ElementFinder
Inheritance
System.Object
    ElementFinder
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ElementFinderConstructors
ElementFinder(Manager, Object)
Declaration
public ElementFinder(Manager manager, object classInstance)Parameters
| Manager
        manager 
 | 
| System.Object
        classInstance 
 | 
Properties
ReturnElementProxyWhenNotFound
Declaration
public bool ReturnElementProxyWhenNotFound { get; set; }Property Value
| System.Boolean 
 | 
WaitOnElements
Declaration
public bool WaitOnElements { get; set; }Property Value
| System.Boolean 
 | 
WaitOnElementsTimeout
Declaration
public int WaitOnElementsTimeout { get; set; }Property Value
| System.Int32 
 | 
Methods
Get(String)
Declaration
public ITargetElement Get(string elementKey)Parameters
| System.String
        elementKey 
 | 
Returns
| ITargetElement 
 | 
GetHtml(String)
Declaration
public Element GetHtml(string elementKey)Parameters
| System.String
        elementKey 
 | 
Returns
| Element 
 | 
GetHtml<T>(String)
Declaration
public T GetHtml<T>(string elementKey)
    where T : Control, new()Parameters
| System.String
        elementKey 
 | 
Returns
| T 
 | 
Type Parameters
| T 
 | 
GetXaml(String)
Declaration
public FrameworkElement GetXaml(string elementKey)Parameters
| System.String
        elementKey 
 | 
Returns
| FrameworkElement 
 | 
GetXaml<T>(String)
Declaration
public T GetXaml<T>(string elementKey)
    where T : FrameworkElementParameters
| System.String
        elementKey 
 | 
Returns
| T 
 | 
Type Parameters
| T 
 | 
Merge(Type)
Declaration
public void Merge(Type typeToMerge)Parameters
| System.Type
        typeToMerge 
 |