Class HtmlWaitExtensions
Inheritance
System.Object
HtmlWaitExtensions
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.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class HtmlWaitExtensions
Methods
ForSelectedIndex(HtmlWait, Int32, Int32)
Declaration
public static void ForSelectedIndex(this HtmlWait wait, int index, int timeout)
Parameters
HtmlWait
wait
|
System.Int32
index
|
System.Int32
timeout
|
ForSelectedValue(HtmlWait, String, Int32)
Declaration
public static void ForSelectedValue(this HtmlWait wait, string value, int timeout)
Parameters
HtmlWait
wait
|
System.String
value
|
System.Int32
timeout
|