exdunepilot
9 years agoContributor
Unable to Get Context (Popup) Menu Objects
I am having an unusually difficult time trying to get the objects within a popup window. Object Spy shows but as soon as I try to navigate in the Object Browser, the popup goes away as does info in the Object Browser. I've also tried using aqObject.saveObject SnapshotToFile() but unable to get child objects of the popup panel. The AUT is JavaFX.
My goal is to get the objects within the panel NameMapped. Any suggestions?
NameMapping did not work during runtime. Using FindChild() has solved the situation. Typical Monday! Thanks for your input Marsha.