Action
Waits until the child object specified by the 'locator' parameter does not exist or until the timeout is reached. If you don't explicitly pass a timeout using the optional timeout parameter, the timeout specified by the option OPT_WAIT_RESOLVE_OBJDEF will be used. An exception is thrown if the timeout is reached.
Syntax
testObject.WaitForChildDisappearance(locator, [timeout])
Variable |
Description |
locator |
The XPath locator identifying the object that is expected to disappear relative to the object this function is called on. String. |
timeout |
Optional: The maximum wait time in milliseconds before the function times out. Integer. |