Class webdriver.stacktrace.Snapshot
Defined in: stacktrace.js.
Constructor Attributes | Constructor Name and Description |
---|---|
webdriver.stacktrace.Snapshot(opt_slice)
Stores a snapshot of the stack trace at the time this instance was created.
|
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.