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
browserName
Type: StringThe name of the browser.
Return Value
Type: Int32
The support level for the specified browser.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.