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.

BrowserWindow::NavigateToUrl Method (Uri^)

 

Opens the specified Web page in the Web browser.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual void NavigateToUrl(
	Uri^ uri
)

Parameters

uri
Type: System::Uri^

The specified Web page.

Return to top
Show: