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

Class

packages/benchpress/src/web_driver_adapter.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Needs one implementation for every supported WebDriver client.
13 */
14export abstract class WebDriverAdapter {
15 waitFor(callback: Function): Promise<any> {
16 throw new Error('NYI');
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected