Forum Discussion

BrandonH's avatar
BrandonH
Contributor
8 years ago
Solved

Checking the success of a clickButton action

Hi,

 

     I'd like to test whether a series of button clicks was successful (i.e. were all the objects found and successfully clicked).  I first attempted this by putting them in a try/catch statement, however, the errors do not get sent to the catch.

 

     Is there a way to determine the status of a ClickButton action (and other actions) via script?

 

Thanks,