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.

NavigateToUrlAction::GetUri Method (String^)

 

Returns a Uri object for a URL address.

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

public:
static Uri^ GetUri(
	String^ probableUri
)

Parameters

probableUri
Type: System::String^

A string URL address.

Return Value

Type: System::Uri^

The uniform resource identifier (URI) object.

Return to top
Show: