IWebBrowserToUrl Method (String) |
Opens the specified web page. The timeout for this operation is specified by the driver.Options.WebTesting.PageLoadTimeout setting.
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 IWebBrowser
Dim url As String
Dim returnValue As IWebPage
returnValue = instance.ToUrl(url)
IWebPage^ ToUrl(
String^ url
)
Parameters
- url
- Type: SystemString
The URL of the web page to be opened.
Return Value
Type:
IWebPageThe
IWebPage object that corresponds to the web page.
Exceptions See Also