BrowserFactory.GetBrowserHelper Method
Returns a browser helper for the browsers that this factory supports.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public MustOverride Function GetBrowserHelper As BrowserHelper
public abstract BrowserHelper GetBrowserHelper()
public:
virtual BrowserHelper^ GetBrowserHelper() abstract
abstract GetBrowserHelper : unit -> BrowserHelper
public abstract function GetBrowserHelper() : BrowserHelper
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserHelper
A browser helper for the browsers that this factory supports.
.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.