Click or drag to resize

GeneralSettings Class

Provides access to test playback options like auto-wait timeout, delay between events and others.
Inheritance Hierarchy

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public class GeneralSettings : EngineOptions

The GeneralSettings type exposes the following members.

Properties
  NameDescription
Public propertyAutoWaitTimeout
Gets or set the number of milliseconds to wait for an expected object to become available, or for an unexpected window to close, before posting a timeout error.
Public propertyDraggingDelay
Gets or sets the number of milliseconds it takes the mouse cursor to pass 20 pixels.
Public propertyPostImageOnError
Gets or sets whether to log a desktop screenshot when an error occurs during the test run.
Public propertyUseCaseSensitiveParameters
Gets or sets whether methods that simulate user actions (ClickItem, DblClickItem, SelectItem and others) take into account or ignore the letter case in string parameters.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also