07-27-2011, 04:41 PM
First of all why you are allowing that error dialog box to appear?If the object is not found handle it in the code itself .Applications should never throw errors like that
Make use of 'Exist' method in the SubDriver [SubDriver] script
Make use of 'Exist' method in the SubDriver [SubDriver] script
Code:
if <your_object_hierarchy>.Exist then
'only then, perform the steps in the action
end if