RanorexRanorex Documentation
NotExists Method (path, searchTimeout)
NamespacesRanorexValidateNotExists(String, Duration)
Validates if the element for the specified path does not exist.
Declaration Syntax
C#Visual BasicVisual C++
public static void NotExists(
	string path,
	Duration searchTimeout
)
Public Shared Sub NotExists ( _
	path As String, _
	searchTimeout As Duration _
)
public:
static void NotExists(
	String^ path, 
	Duration^ searchTimeout
)
Parameters
path (String)
The path to validate.
searchTimeout (Duration)
The time to keep looking for an element matching the path.
Exceptions
ExceptionCondition
ValidationExceptionIf the validation fails.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)