Android EngineComponentCommands::HighlightMatchingChildObjectByKey
DRD:DEV

Find the component according to Window/Component Test Object's key and highlight it.

According to the Window's and Component's Test Object key, get the Component Test Object and highlight it by a red rectangle.

Fields: [ ]=Optional with Default Value
  1. WindowKey
    A string represents the key of window's Test Object.

    A string represents the key of window's Test Object. This key is generated by engine and used to get the Window Test Object from a cache.

  2. ComponentKey
    A string represents the key of component's Test Object.

    A string represents the key of component's Test Object. This key is generated by engine and used to get the Component Test Object from a cache.

Examples:
[How To Read This Reference]