Class Index | File Index

Classes


Class webdriver.stacktrace.Snapshot


Defined in: stacktrace.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Stores a snapshot of the stack trace at the time this instance was created.
Method Summary
Method Attributes Method Name and Description
 
Class Detail
webdriver.stacktrace.Snapshot(opt_slice)
Stores a snapshot of the stack trace at the time this instance was created. The stack trace will always be adjusted to exclude this function call.
Parameters:
{number=} opt_slice
The number of frames to remove from the top of the generated stack trace.
Method Detail
{!Array.} getStacktrace()
Returns:
{!Array.} The parsed stack trace.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Jan 25 2014 14:42:03 GMT-0500 (EST)