Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoThe methods that you use, you should read the documentation of Result Value that's returned.
For example, if the property checkpoint value matches, the checkpoint logs a success message, otherwise, it logs an error message. It does not throw an error. If the Find method does not match the search criteria, it returns a stub object that only contains the Exists property equal to False. It does not throw an error. Since these methods do not throw an error, try...catch will not work. Ensure you understand the difference.