DRD:DEV |
The engine's array of objects will be returned as a delimited list of fields. The first character in the String will identify the separator used between each reference. If no top level windows were found then the engine will return an empty string.
The Android Engine also persists these values as SAFS variables.
^DroidEngine.Command = [command] ^DroidEngine.StatusCode = [statuscode string] ^DroidEngine.StatusInfo = [statusinfo]
See DEngineCommandProcessor.setStatusVars().
The TestComplete Engine (TCAFS) also persists these values as SAFS variables.
^TCAFS.Command = [command] ^TCAFS.StatusCode = [statuscode string] ^TCAFS.StatusInfo = [statusinfo] ^TCAFS.UID.Count = [Number of UID References created last] ^TCAFS.UID.1 = [First UID Reference created] ^TCAFS.UID.n = [UID Reference number n]
Example 1: ",Ref1,Ref2,Ref3" Example 2: ""
The first character in Example 1 (a comma in this case) signifies that the list of references will be separated by commas. The references then follow.
Example 2 shows no top-level items are visible to the engine.