SYMBOL INDEX (46 symbols across 8 files) FILE: lib/actions.js function waitms (line 520) | function waitms(ms, done) { function waitelem (line 532) | function waitelem(self, selector, done) { function waitfn (line 566) | function waitfn() { FILE: lib/frame-manager.js constant HIGHLIGHT_STYLE (line 5) | const HIGHLIGHT_STYLE = { function FrameManager (line 21) | function FrameManager(window) { FILE: lib/ipc.js function IPC (line 29) | function IPC(process) { function serializeError (line 150) | function serializeError(err) { function unserializeError (line 160) | function unserializeError(err) { FILE: lib/nightmare.js constant DEFAULT_GOTO_TIMEOUT (line 29) | const DEFAULT_GOTO_TIMEOUT = 30 * 1000 constant DEFAULT_WAIT_TIMEOUT (line 31) | const DEFAULT_WAIT_TIMEOUT = 30 * 1000 constant DEFAULT_TYPE_INTERVAL (line 33) | const DEFAULT_TYPE_INTERVAL = 100 constant DEFAULT_POLL_INTERVAL (line 35) | const DEFAULT_POLL_INTERVAL = 250 constant MAX_AUTH_RETRIES (line 37) | const MAX_AUTH_RETRIES = 3 constant DEFAULT_EXECUTION_TIMEOUT (line 39) | const DEFAULT_EXECUTION_TIMEOUT = 30 * 1000 constant DEFAULT_HALT_MESSAGE (line 41) | const DEFAULT_HALT_MESSAGE = 'Nightmare Halted' constant DEFAULT_PARTITION (line 43) | const DEFAULT_PARTITION = 'nightmare' function Nightmare (line 69) | function Nightmare(options) { function handleExit (line 262) | function handleExit(code, instance, cb) { function endInstance (line 275) | function endInstance(instance, cb, forceKill) { function attachToProcess (line 297) | function attachToProcess(instance) { function detachFromProcess (line 308) | function detachFromProcess(instance) { function next (line 392) | function next(err, _res) { function after (line 402) | function after(err, _res) { function done (line 413) | function done() { function queued (line 577) | function queued(name, fn) { FILE: lib/preload.js function send (line 6) | function send(_event) { function error (line 100) | function error(err) { FILE: lib/runner.js constant KNOWN_PROTOCOLS (line 17) | const KNOWN_PROTOCOLS = ['http', 'https', 'file', 'about', 'javascript'] constant IS_READY (line 19) | const IS_READY = Symbol('isReady') function handleFailure (line 254) | function handleFailure(event, code, detail, failedUrl, isMainFrame) { function handleDetails (line 265) | function handleDetails( function handleDomReady (line 287) | function handleDomReady() { function handleFinish (line 292) | function handleFinish(_event) { function cleanup (line 296) | function cleanup(err, data) { function canLoadProtocol (line 316) | function canLoadProtocol(protocol, callback) { function startLoading (line 324) | function startLoading() { function type (line 436) | function type() { function isReady (line 706) | function isReady() { function setIsReady (line 713) | function setIsReady(ready) { function forward (line 725) | function forward(name) { FILE: test/fixtures/preload/index.js function send (line 6) | function send(_event) { FILE: test/index.js function select (line 2272) | function select(tagname) { function opened (line 2316) | function opened() { function fixture (line 2603) | function fixture(path) { function Deferred (line 2611) | function Deferred() { function withDeprecationTracking (line 2625) | function withDeprecationTracking(constructor) {