UIActionInterpreter.DelayBetweenActions Property
Gets or sets the time to delay before executing each action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
public int DelayBetweenActions { get; set; }
public:
property int DelayBetweenActions {
int get();
void set(int value);
}
member DelayBetweenActions : int with get, set
Public Property DelayBetweenActions As Integer
Property Value
Type: System.Int32
The number of seconds between executions.
See Also
UIActionInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top