We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf05e5 commit 1bdd582Copy full SHA for 1bdd582
src/McpContext.ts
@@ -133,6 +133,7 @@ export class McpContext implements Context {
133
static async from(
134
browser: Browser,
135
logger: Debugger,
136
+ /* Let tests use unbundled Locator class to avoid overly strict checks within puppeteer that fail when mixing bundled and unbundled class instances */
137
locatorClass: typeof Locator = Locator,
138
) {
139
const context = new McpContext(browser, logger, locatorClass);
0 commit comments