Click or drag to resize

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
)

Parameters

url
Type: SystemString
The URL to navigate to. It can be either an absolute or a relative URL.

Return Value

Type: IWebPage
The page object that represents the new web page.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also