Interface ISupportSearchHost
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ISupportSearchHost
Methods
LocateAllInHost(String[])
Declaration
IList<ITargetElement> LocateAllInHost(string[] expression)
Parameters
System.String[]
expression
|
Returns
System.Collections.Generic.IList<ITargetElement>
|
LocateInHost(String[])
Declaration
ITargetElement LocateInHost(string[] expression)
Parameters
System.String[]
expression
|
Returns
ITargetElement
|