Click or drag to resize

WebTestingSettings Class

Web testing options.
Inheritance Hierarchy

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

The WebTestingSettings type exposes the following members.

Properties
  NameDescription
Public propertyPageLoadTimeout
Gets or sets the number of milliseconds to wait until the browser loads the page and becomes ready to accept user input.
Public propertySWTMode
Gets or sets the TestComplete or TestExecute SWT mode
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