GeneralSettings Class |
Namespace: SmartBear.TestLeft.Options
The GeneralSettings type exposes the following members.
Name | Description | |
---|---|---|
AutoWaitTimeout |
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.
| |
DraggingDelay |
Gets or sets the number of milliseconds it takes the mouse cursor to pass 20 pixels.
| |
PostImageOnError |
Gets or sets whether to log a desktop screenshot when an error occurs during the test run.
| |
UseCaseSensitiveParameters |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |