Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class WebSettingsConfigSectionHandler : ConfigurationSection
Inheritance: objectConfigurationElementConfigurationSectionWebSettingsConfigSectionHandler
Inherited Members
Constructors
C#
public WebSettingsConfigSectionHandler()
Properties
C#
[ConfigurationProperty("aspNetDevServerPort", IsRequired = false, DefaultValue = -1)]
public int AspNetDevServerPort { get; set; }
C#
[ConfigurationProperty("baseUrl", IsRequired = false, DefaultValue = "")]
public string BaseUrl { get; set; }
C#
[ConfigurationProperty("chromiumFirstInteractionDelay", IsRequired = false, DefaultValue = 500)]
public int ChromiumFirstInteractionDelay { get; set; }
C#
[ConfigurationProperty("clientMessageReceivedTimeout", IsRequired = false, DefaultValue = 1000)]
public int ClientMessageReceivedTimeout { get; set; }
C#
[ConfigurationProperty("defaultBrowser", IsRequired = false, DefaultValue = BrowserType.InternetExplorer)]
public BrowserType DefaultBrowser { get; set; }
C#
[ConfigurationProperty("enableScriptLogging", IsRequired = false, DefaultValue = false)]
public bool EnableScriptLogging { get; set; }
C#
[ConfigurationProperty("enableSilverlight", IsRequired = false, DefaultValue = false)]
public bool EnableSilverlight { get; set; }
C#
[ConfigurationProperty("enableUILessRequestViewing", IsRequired = false, DefaultValue = false)]
public bool EnableUILessRequestViewing { get; set; }
C#
[ConfigurationProperty("firefoxMinimumJSClickDelay", IsRequired = false, DefaultValue = 100)]
public int FirefoxMinimumJSClickDelay { get; set; }
C#
[ConfigurationProperty("killBrowserProcessOnClose", IsRequired = false, DefaultValue = false)]
public bool KillBrowserProcessOnClose { get; set; }
C#
[ConfigurationProperty("killBrowsersBeforeStart", IsRequired = false, DefaultValue = false)]
public bool KillBrowsersBeforeStart { get; set; }
C#
[ConfigurationProperty("localWebServer", IsRequired = false, DefaultValue = LocalWebServerType.None)]
public LocalWebServerType LocalWebServer { get; set; }
C#
[ConfigurationProperty("recycleBrowser", IsRequired = false, DefaultValue = false)]
public bool RecycleBrowser { get; set; }
C#
[ConfigurationProperty("silverlightApplicationPath", IsRequired = false, DefaultValue = "")]
public string SilverlightApplicationPath { get; set; }
C#
[ConfigurationProperty("silverlightConnectTimeout", IsRequired = false, DefaultValue = 60000)]
public int SilverlightConnectTimeout { get; set; }
C#
[ConfigurationProperty("useBrowserExtension", IsRequired = false, DefaultValue = false)]
public bool UseBrowserExtension { get; set; }
C#
[ConfigurationProperty("useHttpProxy", IsRequired = false, DefaultValue = false)]
public bool UseHttpProxy { get; set; }
C#
[ConfigurationProperty("verboseHttpProxy", IsRequired = false, DefaultValue = false)]
public bool VerboseHttpProxy { get; set; }
C#
[ConfigurationProperty("webAppPhysicalPath", IsRequired = false, DefaultValue = "")]
public string WebAppPhysicalPath { get; set; }
C#
[ConfigurationProperty("webComponents", IsRequired = false, DefaultValue = true)]
public bool WebComponents { get; set; }