Android EngineComponentCommands::IsTopLevelPopupContainer
DRD:DEV

Is the component a top-level Popup Container?

Should return text "true" if the component is. Return text "false" if it is not. Different domains or environs will have different classes or types that are Popup Windows or Popup containers.

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.FullName   = [object.FullName] -- the TestObjects.FullName string--if command returns only 1 reference.
            


Fields: [ ]=Optional with Default Value
  1. Component
    An object reference or proxy reference to the component.

    A reference to a particular component previously returned from a call to getTopLevelWindows, getChildren, or one of the other engine commands that return such references.

Examples:
[How To Read This Reference]