BTscott
7 years agoContributor
How to resolve recognition hint for when a button is clicked in a JDialog
Greetings!
I am trying to automate an action for clicking a button within one dialog which causes another dialog to open. However, when I run the test, I keep getting an 'object recognition hint' warning because the playback cannot find the target button after the button is clicked.
Please help.
Thank you,
Scott
OK. I resolved the issue by removing JavaClassName ('JDialog') as an identifier. This prevents TestComplete from confusing the two JDialogs.
Thank you for your assistance. :)