IWebBrowserToUrl Method (String, Int32) |
Opens the specified web page.
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,
int waitTime
)
Function ToUrl (
url As String,
waitTime As Integer
) As IWebPage
Dim instance As IWebBrowser
Dim url As String
Dim waitTime As Integer
Dim returnValue As IWebPage
returnValue = instance.ToUrl(url, waitTime)
IWebPage^ ToUrl(
String^ url,
int waitTime
)
Parameters
- url
- Type: SystemString
The URL of the web page to be opened. - waitTime
- Type: SystemInt32
The number of milliseconds to wait until the page opens.
Return Value
Type:
IWebPageThe
IWebPage object that corresponds to the web page.
Exceptions See Also