Click or drag to resize

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
)

Parameters

url
Type: SystemString
The URL of the web page to be opened.

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