Conversation
Collaborator
Author
修复:受限后台页的导航恢复与连续跳转
|
Ljy-0827
force-pushed
the
fix/background-tab-execution
branch
from
September 15, 2026 11:19
e8f4d94 to
47a4811
Compare
Ljy-0827
marked this pull request as ready for review
September 15, 2026 11:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
BrowserSkill 在非活动标签页中处理任务时,页面可能已经完成文档和数据加载,但依赖可见性或 requestAnimationFrame 的初始化仍被阻塞。用户手动选中标签后,页面才继续更新,导致自动化无法获得有效观察。
修改
Emulation.setFocusEmulationEnabled推进页面执行,不通过选中标签或聚焦窗口恢复页面。about:blank,策略生效后再导航,避免初始脚本因 hidden 跳过初始化。--tab-id。Related to #230