Click or drag to resize

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
)

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: IWebPage
The IWebPage object that corresponds to the web page.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also