BrowserFactory.GetBrowserHelper Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a browser helper for the browsers that this factory supports.
public:
abstract Microsoft::VisualStudio::TestTools::UITest::Extension::BrowserHelper ^ GetBrowserHelper();
public abstract Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserHelper GetBrowserHelper ();
abstract member GetBrowserHelper : unit -> Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserHelper
Public MustOverride Function GetBrowserHelper () As BrowserHelper
Returns
A browser helper for the browsers that this factory supports.