What are the best practices when clicking/typing elements.
Should each click/type be accompanied with a find element to ensure the element exists?
Or should each click/type be encompassed within a try/catch block to catch the exceptions?
What are the best practices around the same?
Are there any standard UiPath templates that automate basic web/windows interactions which can serve as a reference?