IWebPageToUrl Method (String) |
Navigates to the specified URL. The page loading timeout is specified by the TestLeft.Options.WebTesting.PageLoadTimeout value (the default value is 1 minute).
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IWebPage ToUrl(
string url
)
Function ToUrl (
url As String
) As IWebPage
Dim instance As IWebPage
Dim url As String
Dim returnValue As IWebPage
returnValue = instance.ToUrl(url)
IWebPage^ ToUrl(
String^ url
)
Parameters
- url
- Type: SystemString
The URL to navigate to. It can be either an absolute or a relative URL.
Return Value
Type:
IWebPageThe
page object that represents the new web page.
Exceptions See Also