MCPcopy Create free account
hub / github.com/angular/angular /

Class

packages/benchpress/test/runner_spec.ts:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126});
127
128class MockWebDriverAdapter extends WebDriverAdapter {
129 override executeScript(script: string): Promise<string> {
130 return Promise.resolve('someUserAgent');
131 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected