ElementFinder
Class
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class ElementFinder
Inheritance: objectElementFinder
Constructors
Properties
C#
public bool ReturnElementProxyWhenNotFound { get; set; }
C#
public bool WaitOnElements { get; set; }
C#
public int WaitOnElementsTimeout { get; set; }
Methods
C#
public T GetHtml<T>(string elementKey) where T : Control, new()
T
C#
public T GetXaml<T>(string elementKey) where T : FrameworkElement
T