UITestActionInvoker.WaitForThinkTime Method
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
'Declaration
Public MustOverride Sub WaitForThinkTime ( _
action As UITestAction _
)
public abstract void WaitForThinkTime(
UITestAction action
)
public:
virtual void WaitForThinkTime(
UITestAction^ action
) abstract
abstract WaitForThinkTime :
action:UITestAction -> unit
public abstract function WaitForThinkTime(
action : UITestAction
)
Parameters
action
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionA UITestAction object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.