Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
If the object was an object from within the application, if you did page navigations where during the course of your automation the actual component in your application was destroyed and recreated, your "handle" the object is no longer valid. You will most likely need to reassign it.
You can get around this, BTW, by using Aliases and NameMapping for your object references. Each explict call to Aliases.MyApp.MyObject automatially refreshes and reassigns the object based upon what is current in the application.
You can get around this, BTW, by using Aliases and NameMapping for your object references. Each explict call to Aliases.MyApp.MyObject automatially refreshes and reassigns the object based upon what is current in the application.