豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

chore: implement trigger extension action#1049

Merged
nroscino merged 11 commits intomainfrom
feat/trigger-extension-action
Mar 2, 2026
Merged

chore: implement trigger extension action#1049
nroscino merged 11 commits intomainfrom
feat/trigger-extension-action

Conversation

@nroscino
Copy link
Copy Markdown
Contributor

This PR implements the ability to trigger an extension action by passing it an extension id.
It uses puppeteer internals and the canary chrome version in tests since the TriggerAction CDP command is still not available in the current stable release.

Comment thread tests/tools/extensions.test.ts Outdated
Comment thread tests/tools/extensions.test.ts Outdated
@nroscino nroscino changed the title feat: implement trigger extension action chore: implement trigger extension action Feb 26, 2026
@nroscino nroscino force-pushed the feat/trigger-extension-action branch from 765ad8c to 632f65a Compare February 27, 2026 17:30
@nroscino nroscino marked this pull request as ready for review February 27, 2026 17:48
Comment thread tests/tools/extensions.test.ts Outdated
Comment thread tests/utils.ts Outdated
Comment thread tests/tools/extensions.test.ts Outdated
Comment thread tests/tools/extensions.test.ts Outdated
@nroscino nroscino requested a review from OrKoN March 2, 2026 13:12
Comment thread tests/tools/extensions.test.js.snapshot Outdated
Comment thread tests/utils.ts Outdated
Comment thread tests/utils.ts Outdated
Comment thread tests/tools/extensions.test.ts Outdated
Comment thread tests/tools/extensions.test.ts Outdated
@nroscino nroscino force-pushed the feat/trigger-extension-action branch from 5463cdf to 417cdf5 Compare March 2, 2026 13:24
@nroscino nroscino enabled auto-merge March 2, 2026 15:44
@nroscino nroscino added this pull request to the merge queue Mar 2, 2026
Merged via the queue into main with commit e5973fd Mar 2, 2026
31 of 33 checks passed
@nroscino nroscino deleted the feat/trigger-extension-action branch March 2, 2026 16:27
@mathiasbynens
Copy link
Copy Markdown
Member

mathiasbynens commented Mar 5, 2026

For next time, please mark features like this as feat: rather than chore: so that it shows up properly in release notes & changelogs.

@mathiasbynens
Copy link
Copy Markdown
Member

mathiasbynens commented Mar 5, 2026

For next time, please mark features like this as feat: rather than chore: so that it shows up properly in release notes & changelogs.

Ignore this — it’s not a released feature yet, so chore: is actually the right thing.

Once the CDP APIs are available in Stable Chrome, and docs have been updated, we can separately enable the feature by default (example: #1100). That PR should then be marked as feat:.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants