Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration is used to indicate how the framework waits for ready.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration WaitForReadyOptions
[FlagsAttribute]
public enum WaitForReadyOptions
[FlagsAttribute]
public enum class WaitForReadyOptions
[<FlagsAttribute>]
type WaitForReadyOptions
public enum WaitForReadyOptions
Members
Member name | Description | |
---|---|---|
None | No wait for ready. | |
EnablePlaybackWaitForReady | Indicates that the test framework should use its internal algorithm. This includes checking for a valid window handle, a UI thread state, and a message pump. | |
EnableTechnologyWaitForReady | Indicates that the test framework should rely on the implemented WaitForReady method. |