Forum Discussion

ameett's avatar
ameett
Contributor
13 years ago

Same object identified in two different ways

A window is identified by two different ways. I am using ver9.2



in first iteration it is indentified as -

Sys["Process"]("Hallinta")["VBObject"]("frmSalasanaVarmennus")



while the same window in second iteration is indentified as-

Sys["Process"]("Hallinta")["Window"]("ThunderRT6FormDC", "Salasanan varmennus", 1) 

7 Replies

  • gid_216's avatar
    gid_216
    Frequent Contributor
    Dear Ameett,



    It will be helpful if you can post the screenshot of Object Browser that shows these two identifications.
  • I can't attach the screen shot of the application.



    Please tell what information you want?



    Ameett

  • Hi Ameett,


     


    As far as I understand, you are observing the issue only when executing your test, right? Try increasing the Method invoke timeout option in your project and check whether it affects the issue. Also, try using the WaitVBObject method to obtain the problematic object. See the "WaitVBObject Method" article for details.


     

  • I tried both the methods but still no results.........I think there is a problem with identification of VB objects............is there any patch for it?

  • Hi Ameett,


     


    Did you set the value of the Method invoke timeout option to 30000 and higher? If this doesn't help, please refer to our Support team to investigate this issue.