Android DDDriverCommands::WaitForGUIGone
Wait for a Window or Window Component to become invalid.
Fields: [ ]=
Optional with Default Value
-
WindowID
A Window reference from the AppMap
-
ComponentID
A reference from the AppMap for the Component within the Window to watch.
A reference from the AppMap for the Component within the Window to watch.
If the Window is the item of interest then both the WindowID and
ComponentID will be the same.
- [ Timeout = 15 ]
Timeout value in seconds before exiting automatically.
Examples:
-
C, WaitForGUIGone, AWindow, AWindow
Waits up to 30 seconds for AWindow to become invalid.
-
C, WaitForGUIGone, AWindow, AWindow, 10
Waits up to 10 seconds for AWindow to become invalid.
-
C, WaitForGUIGone, AWindow, AComponent, 10
Waits up to 10 seconds for AComponent within AWindow to become invalid.
[How To Read This Reference]