Forum Discussion

zmeu's avatar
zmeu
New Contributor
12 years ago

Mapped objects and Aliases for any UI elements that are not mapped.

Hi all,



I wonder if it's possible to automatically identify Mapped objects and Aliases for any UI elements that are not mapped.



  • jose_pita's avatar
    jose_pita
    Super Contributor
    I don't know if I understood correctly, but if you want to make an action on an object that is not mapped, you can use the NativeWebObject.Find function to search for the object by one of its properties, you can find those properties with the object spy
  • zmeu's avatar
    zmeu
    New Contributor
    I want to get a list of all objects that are not mapped.



    Thanks for your reply.




  • Hi,


     


    You can check the value of the MappedName property of an object. If the object isn't mapped, its value will be empty.