Forum Discussion

maumrm's avatar
maumrm
Contributor
5 years ago
Solved

Unable to select object

I am trying to find an object that is a plus ("+") symbol on a web application to properly map it. However, the object spy does not find just the "+" symbol, it pulls a whole panel which also includes the text "Add New Floor". I am not finding a way to drill down to that "+" symbol. Attached are images of from the Object Browser. Any tips on how to map to such an object?

 

Thanks!

  • OK, then it's as I suspected.  The "+" is some sort of graphical object or icon that is not something that is "mappable".  You'll need to investigate further to find it and access it a different way.

    Note that there is a property called "children" on that panel.  That will include any child objects, even ones that are not mappable.  I'd start there, looking for whether or not you can get to it.

    Alternative solution: Keep in mind that your job as an automated tester is not necessarily to test whether or not a component the developers are using functions correctly... it's whether or not, once a user interacts with the component, that the softward does what it's supposed to do.  So, is there another way of selecting the "+" functionality without clicking that button?  A keystroke that would work instead?  Attempt to find an alternative way around.

8 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Could you switch to the Advanced Properties and post that screenshot please?

    • maumrm's avatar
      maumrm
      Contributor

      Here is the advanced properties. 

       

      Thanks for looking!

      • Marsha_R's avatar
        Marsha_R
        Champion Level 3

        See the ... buttons to the right of Parent and some of the other items?  You can click those and drill down.  Check those and see if you find your arrow button.