Class Wait
Inheritance
System.Object
Wait
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.Synchronization
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Wait
Properties
Timeout
Declaration
public int Timeout { get; set; }
Property Value
System.Int32
|
Methods
ForAttributes(Int32, String[])
Declaration
public void ForAttributes(int timeout, params string[] attributesNameValuePairs)
Parameters
System.Int32
timeout
|
System.String[]
attributesNameValuePairs
|
ForAttributes(String[])
Declaration
public void ForAttributes(params string[] attributesNameValuePairs)
Parameters
System.String[]
attributesNameValuePairs
|
ForAttributesNot(Int32, String[])
Declaration
public void ForAttributesNot(int timeout, params string[] attributeNameValuePairs)
Parameters
System.Int32
timeout
|
System.String[]
attributeNameValuePairs
|
ForAttributesNot(String[])
Declaration
public void ForAttributesNot(params string[] attributeNameValuePairs)
Parameters
System.String[]
attributeNameValuePairs
|
ForCondition(Func<Element, Object, Boolean>, Boolean, Object, Int32)
Declaration
public void ForCondition(Func<Element, object, bool> condition, bool invertCondition, object custom, int timeout)
Parameters
System.Func<Element, System.Object, System.Boolean>
condition
|
System.Boolean
invertCondition
|
System.Object
custom
|
System.Int32
timeout
|
ForCondition(Func<Element, Object, Boolean>, Boolean, Object, Int32, WaitResultType)
Declaration
public void ForCondition(Func<Element, object, bool> condition, bool invertCondition, object custom, int timeout, WaitResultType errorResultType)
Parameters
System.Func<Element, System.Object, System.Boolean>
condition
|
System.Boolean
invertCondition
|
System.Object
custom
|
System.Int32
timeout
|
WaitResultType
errorResultType
|
ForContent(FindContentType, String)
Declaration
public void ForContent(FindContentType type, string value)
Parameters
FindContentType
type
|
System.String
value
|
ForContent(FindContentType, String, Int32)
Declaration
public void ForContent(FindContentType type, string value, int timeout)
Parameters
FindContentType
type
|
System.String
value
|
System.Int32
timeout
|
ForContentNot(FindContentType, String)
Declaration
public void ForContentNot(FindContentType type, string value)
Parameters
FindContentType
type
|
System.String
value
|
ForContentNot(FindContentType, String, Int32)
Declaration
public void ForContentNot(FindContentType type, string value, int timeout)
Parameters
FindContentType
type
|
System.String
value
|
System.Int32
timeout
|
ForExists()
Declaration
public void ForExists()
ForExists(Int32)
Declaration
public void ForExists(int timeout)
Parameters
System.Int32
timeout
|
ForExists(Int32, Boolean)
Declaration
protected virtual void ForExists(int timeout, bool refreshElement)
Parameters
System.Int32
timeout
|
System.Boolean
refreshElement
|
ForExistsNot()
Declaration
public void ForExistsNot()
ForExistsNot(Int32)
Declaration
public void ForExistsNot(int timeout)
Parameters
System.Int32
timeout
|