Initializes a new instance of the NavigateToUrlAction class by using the provided URL.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    url As Uri _
)
public NavigateToUrlAction(
    Uri url
)
public:
NavigateToUrlAction(
    Uri^ url
)
new : 
        url:Uri -> NavigateToUrlAction
public function NavigateToUrlAction(
    url : Uri
)
Parameters
- url 
 Type: Uri- A Uri object. 
.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.