Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BrowserFactory::GetBrowserSupportLevel Method (String^)

 

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)

public:
virtual int GetBrowserSupportLevel(
	String^ browserName
) abstract

Parameters

browserName
Type: System::String^

The name of the browser.

Return Value

Type: System::Int32

The support level for the specified browser.

Return to top
Show: