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.

BrowserService::NavigateToUrl Method (Uri^)

 

Navigates the browser to the specified URI.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual void NavigateToUrl(
	Uri^ uri
) abstract

Parameters

uri
Type: System::Uri^

The Uri to display.

Return to top
Show: