New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public HtmlWait(HtmlControl htmlControl, int checkInterval)
Parameters:htmlControlHtmlControlcheckIntervalint

Methods

C#
public void ForCondition(Func<Control, object, bool> condition, bool invertCondition, object custom, int timeout)
Parameters:conditionFunc<Control, object, bool>invertConditionboolcustomobjecttimeoutint
C#
protected override void ForExists(int timeout, bool refreshElement)
Parameters:timeoutintrefreshElementbool

Overrides: Wait.ForExists(int, bool)

C#
public void ForStyles(bool useComputedStyles, params string[] stylesNameValuePairs)
Parameters:useComputedStylesboolstylesNameValuePairsstring[]
C#
public void ForStyles(int timeout, bool useComputedStyles, params string[] stylesNameValuePairs)
Parameters:timeoutintuseComputedStylesboolstylesNameValuePairsstring[]
C#
public void ForStyles(int timeout, params string[] stylesNameValuePairs)
Parameters:timeoutintstylesNameValuePairsstring[]
C#
public void ForStyles(params string[] stylesNameValuePairs)
Parameters:stylesNameValuePairsstring[]
C#
public void ForStylesNot(bool useComputedStyles, params string[] stylesNameValuePairs)
Parameters:useComputedStylesboolstylesNameValuePairsstring[]
C#
public void ForStylesNot(int timeout, bool useComputedStyles, params string[] stylesNameValuePairs)
Parameters:timeoutintuseComputedStylesboolstylesNameValuePairsstring[]
C#
public void ForStylesNot(int timeout, params string[] stylesNameValuePairs)
Parameters:timeoutintstylesNameValuePairsstring[]
C#
public void ForStylesNot(params string[] stylesNameValuePairs)
Parameters:stylesNameValuePairsstring[]
C#
public void ForVisible()
C#
public void ForVisible(int timeout)
Parameters:timeoutint
C#
public void ForVisibleNot()
C#
public void ForVisibleNot(int timeout)
Parameters:timeoutint

Extension Methods