Forum Discussion

Antonio713's avatar
Antonio713
Occasional Visitor
4 years ago
Solved

Object Identification issues in windows forms application.

I am having some trouble with windows forms objects identification. Originally when mapping the objects in the application object names where WinFormsObject() however now they have changed all acros...
  • Wamboo's avatar
    4 years ago

    Hi, use nameMapping condition on this object:

     

    WinFormsObject -> put OR condition with Window values.

     

    Update nameMapping on Your project.

     

    Hope this helps You.