MCPcopy Index your code
hub / github.com/microsoft/playwright / eval

Method eval

packages/injected/src/injectedScript.ts:252–254  ·  view source on GitHub ↗
(expression: string)

Source from the content-addressed store, hash-verified

250 }
251
252 eval(expression: string): any {
253 return this.window.eval(expression);
254 }
255
256 testIdAttributeNameForStrictErrorAndConsoleCodegen(): string {
257 return this._testIdAttributeNameForStrictErrorAndConsoleCodegen;

Callers 6

constructorMethod · 0.95
_callFirstTimerMethod · 0.80
evaluateMethod · 0.80
extendMethod · 0.80
predicateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected