The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WaitForReadyOptions Enumeration
This enumeration is used to indicate how the framework waits for ready.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| None | No wait for ready. |
Show: