MCPcopy Index your code
hub / github.com/angular/angular / executeScript

Method executeScript

packages/benchpress/test/runner_spec.ts:129–131  ·  view source on GitHub ↗
(script: string)

Source from the content-addressed store, hash-verified

127
128class MockWebDriverAdapter extends WebDriverAdapter {
129 override executeScript(script: string): Promise<string> {
130 return Promise.resolve('someUserAgent');
131 }
132 override capabilities(): Promise<Map<string, any>> {
133 return null!;
134 }

Callers 13

bootstrapClientAppFunction · 0.45
bootstrapClientAppFunction · 0.45
bootstrapClientAppFunction · 0.45
getShadowDomTextFunction · 0.45
verifyNoBrowserErrorsFunction · 0.45
getComponentTextFunction · 0.45
getComponentTextFunction · 0.45
getComponentTextFunction · 0.45

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected