Click or drag to resize

IObjectTreeNodeWaitProperty Method (String, Object)

Delays the test execution until the specified property equals the specified value or until the default time limit AutoWaitTimeout is reached.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
bool WaitProperty(
	string propertyName,
	Object propertyValue
)

Parameters

propertyName
Type: SystemString
The property name.
propertyValue
Type: SystemObject
The property value.

Return Value

Type: Boolean
True if the specified property equals the specified value; else, false.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also