Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChromeDevTools/devtools-frontend
/ timeout
Method
timeout
test/e2e/shared/page-wrapper.ts:82–84 ·
view source on GitHub ↗
(duration: number)
Source
from the content-addressed store, hash-verified
80
}
81
82
timeout(duration: number) {
83
return
new
Promise<void>(resolve => setTimeout(resolve, duration));
84
}
85
86
async
screenshot(): Promise<string> {
87
await
this.bringToFront();
Callers
15
innerFunction
Method · 0.95
waitForFunctionWithTries
Method · 0.95
trace-load.test.ts
File · 0.45
mocha_hooks.ts
File · 0.45
makeInstrumentedTestFunction
Function · 0.45
devtools-settings.test.ts
File · 0.45
navigation.test.ts
File · 0.45
timespan.test.ts
File · 0.45
snapshot.test.ts
File · 0.45
console-truncate-long-messages.test.ts
File · 0.45
ai_assistance.test.ts
File · 0.45
memory.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
searchAndClickOnStackTrace
Function · 0.36