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.
Waits for an appropriate amount of think time before it invokes the provided action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public abstract void WaitForThinkTime(
UITestAction action
)
public:
virtual void WaitForThinkTime(
UITestAction^ action
) abstract
abstract WaitForThinkTime :
action:UITestAction -> unit
Public MustOverride Sub WaitForThinkTime (
action As UITestAction
)
Parameters
action
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionA UITestAction object.
See Also
UITestAction
Invoke
UITestActionInvoker Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top