WaitUntilEnabled Method
Waits until the test object becomes enabled or the timeout elapses. This method is useful for synchronizing your test with your application.
Overload List
OverloadDescription
WaitUntilEnabled<T>(T)Waits until the test object becomes enabled or the timeout elapses. This method is useful for synchronizing your test with your application.  
WaitUntilEnabled<T>(T,Int32)Waits until the test object becomes enabled or the timeout elapses. This method is useful for synchronizing your test with your application.