This topic has not yet been rated - Rate this topic

Playback.Wait Method

Makes the playback pause for a specified period of time.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public static int Wait(
	int thinkTimeMilliseconds
)

Parameters

thinkTimeMilliseconds
Type: System.Int32
The wait duration in milliseconds.

Return Value

Type: System.Int32
The actual wait duration.

The actual delay is calculated by multiplying thinkTimeMilliseconds by ThinkTimeMultiplier, to increase or decrease the delay. However, the delay will not be longer than DelayBetweenAction().

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ