feat(vom): add typed visual refs and target identity validation | 支持类型化视觉 ref 与目标身份验证 - #209
Open
Ljy-0827 wants to merge 1 commit into
Open
feat(vom): add typed visual refs and target identity validation | 支持类型化视觉 ref 与目标身份验证#209Ljy-0827 wants to merge 1 commit into
Ljy-0827 wants to merge 1 commit into
Conversation
Ljy-0827
added this pull request to stack #210
September 9, 2026 14:08
Ljy-0827
force-pushed
the
feat/typed-visual-refs
branch
from
September 10, 2026 04:21
f223eb6 to
a6de73a
Compare
Ljy-0827
force-pushed
the
feat/typed-visual-refs
branch
from
September 10, 2026 07:46
a6de73a to
616b154
Compare
Ljy-0827
force-pushed
the
feat/typed-visual-refs
branch
from
September 10, 2026 11:03
616b154 to
8511ad9
Compare
Ljy-0827
marked this pull request as ready for review
September 10, 2026 11:09
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.
背景
现有 ref 仅表示 DOM 节点地址,无法区分 DOM 操作目标与视觉区域。直接注册 Canvas 候选,会让点击、HTML 读取等工具误用其定位节点。
改动
本 PR 不接入公开 observation 的视觉条目,也不实现视觉区域截图,分别由后续 PR 完成。
内部诊断对于一个 Canvas 能够得到类似如下的信息:
验证