SettingsWebSettings Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.CoreSettingsWebSettings

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public class WebSettings

The SettingsWebSettings type exposes the following members.

Constructors

  NameDescription
Public methodSettingsWebSettings
Initializes a new instance of the SettingsWebSettings class
Public methodSettingsWebSettings(String)
Create a new Settings.Web object.
Public methodSettingsWebSettings(BrowserType)
Create a new Settings object.
Public methodSettingsWebSettings(SettingsWebSettings)
Create a clone of the passed in settings
Public methodSettingsWebSettings(WebSettingsConfigSectionHandler)
Create a new Settings object from a config section.
Public methodSettingsWebSettings(BrowserType, String)
Create a new Settings object.
Top
Properties

  NameDescription
Public propertyAspNetDevServerPhysicalPath
Gets the physical path
Public propertyAspNetDevServerPort
Gets/Sets the AspNetDevServer (if used) port to use. If this is not set (-1) a random port will be generated each time the manager is created.
Public propertyAutoCalibrateBrowsers
Gets or sets whether or not to automatically calibrate the installed browsers which are selected for execution of the testlist. Note: Open browser instances will be closed or killed Default is false.
Public propertyBaseUrl
Gets/Sets the base url to use for all NavigateTo commands. When set NavigateTo should use a relative url (i.e. "~/default.aspx"). Default is string.empty.
Public propertyBrowser
Serves as a wrapper of the DefaultBrowser property.
Public propertyCurrentVersion
Public propertyDefaultBrowser
Gets/Sets a supported default browser type (IE,FireFox ...etc). Default is InternetExplorer.
Public propertyEnableScriptLogging
Gets/Sets whether or not to enable script logging. Default is false.
Public propertyEnableSilverlight
Gets/Sets whether or not to enable Silverlight automation. Default is false.
Public propertyEnableUILessRequestViewing
Gets/Sets whether or not to allow debugging of UILess page requests using a UI browser like IE. Default is false.
Public propertyExecutingBrowsers
Public propertyKillBrowserProcessOnClose
Gets or sets whether to make sure the browser process is killed when closing the browser. Note: Firefox is a single process browser. If you are using multiple browser instances and this setting is on, it will kill all open instances of Firefox when you close one of the instances. Default is false.
Public propertyLocalWebServer
Gets/Sets the local web server to use to serve pages. Default is None.
Public propertyRecycleBrowser
When set to true, once instance of the browser will be launched and recycled through out the test bed and tests until Manager.Dispose is called.
Public propertyRootName
Public propertySilverlightApplicationPath
Gets/Sets the path from which to load a silverlight application
Public propertySilverlightConnectTimeout
Gets/Sets the Silverlight Application load timeout
Public propertyUseHttpProxy
Gets/Sets whether or not to use the built-in http proxy during automation. Default is false.
Public propertyUseMultiBrowserExecution
Public propertyVerboseHttpProxy
Gets/Sets whether the HTTP proxy produces lots of tracing output. Default is false.
Public propertyCode exampleWebAppPhysicalPath
Gets/Sets the physical path to the application to test when running under the ASP.NET development server. Default is string.empty.
Examples

C:\Inetpub\wwwroot\myApp\
Public propertyWebKitExecutionDelay
Public propertyXmlBlob
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.)
Public methodLoadFrom
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPersistToConfigSection
Persist current Settings to a section handler.
Public methodSaveTo
Public methodSetWebAppPhysicalBase
Set the WebApp Physical base to be used when using relative WebAppPhysicalBase.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Top
See Also

Reference