Class ElementContainer<TElement, TFindExpression>
Inheritance
System.Object
ElementContainer<TElement, TFindExpression>
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.TestTemplates
Assembly: ArtOfTest.WebAii.dll
Syntax
public abstract class ElementContainer<TElement, TFindExpression>
where TFindExpression : class, IFindExpression
Type Parameters
TElement
|
TFindExpression
|
Constructors
ElementContainer()
Declaration
protected ElementContainer()
Methods
Get(TFindExpression)
Declaration
public abstract TElement Get(TFindExpression expr)
Parameters
TFindExpression
expr
|
Returns
TElement
|
Get(TFindExpression, Boolean, Int32)
Declaration
public TElement Get(TFindExpression expr, bool waitOnElement, int timeout)
Parameters
TFindExpression
expr
|
System.Boolean
waitOnElement
|
System.Int32
timeout
|
Returns
TElement
|
Get(String[])
Declaration
public TElement Get(params string[] clauses)
Parameters
System.String[]
clauses
|
Returns
TElement
|
GetElement(TFindExpression, Boolean, Int32)
Declaration
protected abstract TElement GetElement(TFindExpression expr, bool waitOnElement, int timeout)
Parameters
TFindExpression
expr
|
System.Boolean
waitOnElement
|
System.Int32
timeout
|
Returns
TElement
|