J
Junkone
HI
My exception handling routine is not able to thro the stack trace etc
of the exception .
for eg.
rescue Exception
puts $_
I get a nil in $_
However when i dont handle the exception, i get the nice exception
message
Watir::Exception::UnknownObjectException: Unable to locate object,
using id and
How do i capture the exception details?
Regards
Seede
My exception handling routine is not able to thro the stack trace etc
of the exception .
for eg.
rescue Exception
puts $_
I get a nil in $_
However when i dont handle the exception, i get the nice exception
message
Watir::Exception::UnknownObjectException: Unable to locate object,
using id and
How do i capture the exception details?
Regards
Seede