New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Silverlight

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class VisualWait

Inheritance: objectVisualWait

Properties

C#
public int Timeout { get; set; }

Methods

C#
public void For(Predicate<FrameworkElement> predicate, int timeout, string onErrorMessage)
Parameters:predicatePredicate<FrameworkElement>timeoutintonErrorMessagestring
C#
public void For(Predicate<FrameworkElement> predicate, string onErrorMessage)
Parameters:predicatePredicate<FrameworkElement>onErrorMessagestring
C#
public void For(Predicate<FrameworkElement> predicate)
Parameters:predicatePredicate<FrameworkElement>
C#
public void ForExists()
C#
public void ForExists(int timeout)
Parameters:timeoutint
C#
public void ForExistsNot()
C#
public void ForExistsNot(int timeout)
Parameters:timeoutint
C#
public void ForNoMotion(int initialWait, int motionCheckInterval, int timeout)
Parameters:initialWaitintmotionCheckIntervalinttimeoutint
C#
public void ForNoMotion(int motionCheckInterval, int timeout)
Parameters:motionCheckIntervalinttimeoutint
C#
public void ForNoMotion(int motionCheckInterval)
Parameters:motionCheckIntervalint
C#
public void ForVisible()
C#
public void ForVisible(int timeout)
Parameters:timeoutint
C#
public void ForVisibleNot()
C#
public void ForVisibleNot(int timeout)
Parameters:timeoutint