We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6509d4 commit 2b81a20Copy full SHA for 2b81a20
1 file changed
src/McpContext.ts
@@ -927,7 +927,6 @@ export class McpContext implements Context {
927
const session = await this.browser.target().createCDPSession();
928
929
try {
930
- // @ts-expect-error triggerAction is not yet available
931
await session.send('Extensions.triggerAction', {
932
id,
933
targetId: theTarget,
0 commit comments