Forum Discussion

jmassey's avatar
jmassey
Contributor
8 years ago

How to catch (or pre-catch) Item Not Found errors?

For some reason, try: ... except: ... does not seem to work on errors about an object not being found, e.g. (Python):   try: Aliases.MyApp.MainFormBase.UltraToolbarsDockArea.ClickItem('Tab|Grou...