BrowserWaitForUrl Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Wait for a specific url to be set. This can be used to wait for browser redirects on certain sites.

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

public virtual void WaitForUrl(
	string url,
	bool isPartial,
	int timeout
)

Parameters

url
Type: SystemString
The url to wait for.
isPartial
Type: SystemBoolean
True/False whether to use partial comparison.
timeout
Type: SystemInt32
The timeout in milli-seconds to use.
See Also

Reference