Class
SettingsWrapper

Definition

Namespace:ArtOfTest.WebAii.Design.UI.TypeEditors

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class SettingsWrapper : ViewModelBase

Inheritance: objectSettingsWrapper

Constructors

SettingsWrapper(WebSettings)

Declaration

cs-api-definition
public SettingsWrapper(Settings.WebSettings settings)

Parameters

settings

Settings.WebSettings

Properties

AspNetDevServerPort

Declaration

cs-api-definition
public int AspNetDevServerPort { get; set; }

Property Value

int

AutoCalibrateBrowsers

Declaration

cs-api-definition
public bool AutoCalibrateBrowsers { get; set; }

Property Value

bool

BaseUrl

Declaration

cs-api-definition
public string BaseUrl { get; set; }

Property Value

string

Browser

Declaration

cs-api-definition
public BrowserExecutionType Browser { get; set; }

Property Value

BrowserExecutionType

ClientMessageReceivedTimeout

Declaration

cs-api-definition
[Browsable(false)]
public int ClientMessageReceivedTimeout { get; set; }

Property Value

int

EnableScriptLogging

Declaration

cs-api-definition
public bool EnableScriptLogging { get; set; }

Property Value

bool

EnableSilverlight

Declaration

cs-api-definition
[Obsolete("Silverlight support has been deprecated!")]
[Browsable(false)]
public bool EnableSilverlight { get; set; }

Property Value

bool

EnableUILessRequestViewing

Declaration

cs-api-definition
public bool EnableUILessRequestViewing { get; set; }

Property Value

bool

ExecutingBrowsers

Declaration

cs-api-definition
public SettingsWrapper.BrowsersExecution ExecutingBrowsers { get; set; }

Property Value

SettingsWrapper.BrowsersExecution

IsValid

Declaration

cs-api-definition
[Browsable(false)]
public bool IsValid { get; set; }

Property Value

bool

KillBrowserProcessOnClose

Declaration

cs-api-definition
public bool KillBrowserProcessOnClose { get; set; }

Property Value

bool

KillBrowsersBeforeStart

Kill all executing browser instances before test list starts. Does not affect remote execution runs.

Declaration

cs-api-definition
public bool KillBrowsersBeforeStart { get; set; }

Property Value

bool

LocalWebServer

Declaration

cs-api-definition
public LocalWebServerType LocalWebServer { get; set; }

Property Value

LocalWebServerType

RecycleBrowser

Declaration

cs-api-definition
public bool RecycleBrowser { get; set; }

Property Value

bool

SilverlightApplicationPath

Declaration

cs-api-definition
[Obsolete("Silverlight support has been deprecated!")]
[Browsable(false)]
public string SilverlightApplicationPath { get; set; }

Property Value

string

SilverlightConnectTimeout

Declaration

cs-api-definition
[Obsolete("Silverlight support has been deprecated!")]
[Browsable(false)]
public int SilverlightConnectTimeout { get; set; }

Property Value

int

UseBrowserExtension

Declaration

cs-api-definition
[Obsolete("Browser extension support has been deprecated! This will always return false.")]
[Browsable(false)]
public bool UseBrowserExtension { get; set; }

Property Value

bool

UseHttpProxy

Declaration

cs-api-definition
public bool UseHttpProxy { get; set; }

Property Value

bool

VerboseHttpProxy

Declaration

cs-api-definition
public bool VerboseHttpProxy { get; set; }

Property Value

bool

WebAppPhysicalPath

Declaration

cs-api-definition
public string WebAppPhysicalPath { get; set; }

Property Value

string

WebComponents

Declaration

cs-api-definition
public bool WebComponents { get; set; }

Property Value

bool