Forum Discussion

David91's avatar
David91
Frequent Contributor
10 years ago

Object Spy can't identify the button in panel

I have a problem with identification buttons on the panel using the object spy. Using object spy Identify the only panel on which it is placed button enters. When the test and clicking on the coordinates on the panel, not the button. Please find how to push the panel and then click on it. Thanks

 

Now:

ultraExplorerBarEx.Click(59, 943);

 

I want this:

ultraExplorerBarEx.Button.Click(); - without x,y coordinates

7 Replies

  • m_essaid's avatar
    m_essaid
    Valued Contributor

    Hi,

    Could you show a screenshot ?

    I have some difficulties to understand your english.

    • David91's avatar
      David91
      Frequent Contributor

      On picture is mapping with object spy.... only panel after object spy mapping -> ultraExplorerBarEx.Click(59, 943);

       

      I want mapping button on ultraExplorerBarEx panel too:

       

      ultraExplorerBarEx.Button.Click(); - without x,y coordinates

      • m_essaid's avatar
        m_essaid
        Valued Contributor

        When you use the object spy to map this object, which object is circled in red ? the button ? the whole button bar ?

         

        In the second case, you may have a debug info problem.

         

        Can't you use mouse coordinates, like you where doing at first ?

    • David91's avatar
      David91
      Frequent Contributor

      i use script form community and item wasnt found...  :(

       

      The 'TextButton' item was not found.