Class DomExplorerController
Inheritance
System.Object
DomExplorerController
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.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DomExplorerController
Constructors
DomExplorerController(WpfDomExplorer)
Declaration
public DomExplorerController(WpfDomExplorer controlView)
Parameters
WpfDomExplorer
controlView
|
Properties
EnableSubHostPopulation
Declaration
public bool EnableSubHostPopulation { get; }
Property Value
System.Boolean
|
IsAssignedHost
Declaration
public bool IsAssignedHost { get; }
Property Value
System.Boolean
|
IsDomTreeFrozen
Declaration
public bool IsDomTreeFrozen { get; set; }
Property Value
System.Boolean
|
IsTreeBuilderWorking
Declaration
public bool IsTreeBuilderWorking { get; }
Property Value
System.Boolean
|
Methods
ClearSearchResults()
Declaration
public void ClearSearchResults()
DisplayTarget(ITargetElement, Boolean)
Declaration
public void DisplayTarget(ITargetElement target, bool isAutoRefresh)
Parameters
ITargetElement
target
|
System.Boolean
isAutoRefresh
|
ExpandToNode(DomTreeNode)
InitializeEmptyDom()
Declaration
public void InitializeEmptyDom()
PopulateTree(IAutomationHost, Boolean)
Declaration
public void PopulateTree(IAutomationHost host, bool shouldOverrideFrozenTree = false)
Parameters
IAutomationHost
host
|
System.Boolean
shouldOverrideFrozenTree
|
RefreshDomExplorer(Boolean)
Declaration
public void RefreshDomExplorer(bool refreshHostDom)
Parameters
System.Boolean
refreshHostDom
|
SearchByExpression(String)
Declaration
public void SearchByExpression(string expression)
Parameters
System.String
expression
|
SearchByText(String)
Declaration
public void SearchByText(string searchText)
Parameters
System.String
searchText
|
SetStatus(String)
Declaration
public void SetStatus(string msg)
Parameters
System.String
msg
|
ShowNextResult()
Declaration
public void ShowNextResult()
ShowPrevResult()
Declaration
public void ShowPrevResult()
UnBind()
Declaration
public void UnBind()