ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Browser.WaitForUrl(url, isPartial, timeout) method
Namespaces > ArtOfTest.WebAii.Core > Browser > WaitForUrl(String, Boolean, Int32)
Wait for a specific url to be set. This can be used to wait for browser redirects on certain sites.
Syntax
C#
public virtual void WaitForUrl (
	string url,
	bool isPartial,
	int timeout
)
Parameters
url (String)
The url to wait for.
isPartial (Boolean)
True/False whether to use partial comparison.
timeout (Int32)
The timeout in milli-seconds to use.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)