PlaybackSettings Class
Settings to be used for Playback.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
| Name | Description | |
|---|---|---|
![]() | AlwaysSearchControls | |
![]() | ContinueOnError | Gets or sets a flag which indicates whether to ignore playback related failures that occur during a playback session. |
![]() | DelayBetweenActions | Gets or sets the delay between actions in milliseconds. |
![]() | ImeLanguageList | Gets a list of Input Method Editors(IME) language locale IDs(LCID) for which IME ends composition on clicking the {Enter} key. |
![]() | LoggerOverrideState | This State will maintain overrides to HtmlLoggerState Will get preference over Eqt Trace when overridden |
![]() | MatchExactHierarchy | Gets or sets a value to indicate whether to match the exact hierarchy specified for searching this control. |
![]() | MaximumRetryCount | Gets or sets the number of times a retry can be done for a single action via PlaybackError handler in a coded ui test. |
![]() | SearchInMinimizedWindows | Gets or sets a value that indicates whether to search in minimized windows. |
![]() | SearchTimeout | Gets or sets the time-out for searches. |
![]() | SendKeysAsScanCode | Gets or sets a value indicating whether to send the keys as a scan-code. |
![]() | ShouldSearchFailFast | Gets or sets a value indicating whether search has to fail fast or after the timeout period set for the search operation has elapsed. |
![]() | SkipSetPropertyVerification | Gets or sets a value indicating whether to skip verification after a set value. |
![]() | SmartMatchOptions | Gets or sets a value that indicates whether smart match is enabled. |
![]() | ThinkTimeMultiplier | Gets or sets the think time multiplier. |
![]() | WaitForReadyLevel | Gets or sets the WaitForReadyLevel to be used for WaitForReady calls during a search operation. |
![]() | WaitForReadyTimeout | Gets or sets the number of milliseconds to wait for the application to be ready. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResetToDefault() | Resets to the default playback settings. |
![]() | SetEncryptionKeyLocation(String^, Int32) | Defines the location and the size of the encryption keys. |
![]() | ToString() | (Inherited from Object.) |
No content here will be updated; please do not add material here.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


