IESettings.DefaultBrowser Property

 

Gets the default browser setting.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public static Setting DefaultBrowser { get; }
public:
property Setting^ DefaultBrowser {
    static Setting^ get();
}
static member DefaultBrowser : Setting with get
Public Shared ReadOnly Property DefaultBrowser As Setting

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting

The default browser setting.

See Also

Setting
IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top