BrowserNavigateTo Method (String, Boolean)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Navigate the browser to a specific url and then enable the script logging.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void NavigateTo(
	string url,
	bool useDecodedUrl = true
)

Parameters

url
Type: SystemString
The url to navigate to.
useDecodedUrl (Optional)
Type: SystemBoolean
Decode the url before navigate to it
See Also

Reference