Enhanced script error handeling for function calls
Brought to you by:
ozzland,
theseus_thorn
Add the ability to capture and then parse some of the basic errors you may get while running a script so that the end user can easily under stand where they need to look to correct the error
example;
Error received was:
AttributeError: 'ExtBrowser' object has no attribute 'DomRequiredText'
The issue was the DOM should have been all capitalized not that it was missing an attribute.
Enhancement suggestion:
Initial error stating browser object 'DomRequiredText' is in valid with a detail button to show the actual error. this will help point more novice users to look at the object 'DomRequiredText' instead of looking at tits possible attributes