BrowserFactory.GetBrowserSupportLevel Method

Returns the numerical support level for the specified browser.

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

Syntax

'Declaration
Public MustOverride Function GetBrowserSupportLevel ( _
    browserName As String _
) As Integer
public abstract int GetBrowserSupportLevel(
    string browserName
)
public:
virtual int GetBrowserSupportLevel(
    String^ browserName
) abstract
abstract GetBrowserSupportLevel : 
        browserName:string -> int 
public abstract function GetBrowserSupportLevel(
    browserName : String
) : int

Parameters

Return Value

Type: System.Int32
The support level for the specified browser.

.NET Framework Security

See Also

Reference

BrowserFactory Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace