BrowserWindow.NavigateToHomepage Method
Opens the home page in the Web browser window.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable Sub NavigateToHomepage
public virtual void NavigateToHomepage()
public:
virtual void NavigateToHomepage()
abstract NavigateToHomepage : unit -> unit
override NavigateToHomepage : unit -> unit
public function NavigateToHomepage()
.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.