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

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