[Feature]: Official APIs to resolve/map ephemeral aria-refs to stable locators for LLM automation
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 描述清楚
- 活跃度
- 活跃
- 技术栈
- playwright, python
- 领域
- ai, devtools, testing-qa
调研方向
The issue requests new APIs to map ephemeral aria-refs to stable locators for LLM automation. Start by examining the existing aria_snapshot(mode="ai") implementation and the private codegen utilities. Look for internal methods like generateLocator or exposeConsoleApi. The goal is to design a public API that returns a Locator object or a structured selector bundle from a given aria-ref.
由索引模型根据 Issue 内容生成。
描述
🚀 Feature Request
With the rapid evolution of LLM-driven browser automation (especially leveraging Playwright's excellent aria_snapshot(mode="ai")), there is a growing need to bridge the gap between ephemeral AI session references (aria-ref=e5) and persistent, deterministic locators.
Currently, LLM agents perceive the page through temporary aria-ref identifiers. However, to "compile" these exploratory runs into reusable production scripts, developers must map these temporary refs to stable, best-practice locators (e.g., get_by_role, get_by_text).
While Playwright's internal codegen engine is powerful for this, it is currently locked behind private APIs. More importantly, simply generating a code string is often not enough; developers need a native, structured way to resolve an aria-ref into a stable Locator object or a "locator bundle" (role, name, css, xpath) to maintain this mapping throughout the automation pipeline.
Example
I would love to see official APIs that allow developers to programmatically resolve and map aria-refs to stable locators. This could take several forms, depending on what fits Playwright's design philosophy best:
- Structured Locator Resolution: Provide a method to resolve an aria-ref directly into a stable Locator object or a structured dictionary of candidate selectors.
- Expose Codegen/Console APIs: Alternatively, officially expose exposeConsoleApi or a dedicated codegen utility so developers can safely access window.playwright.generateLocator without relying on private internals.
Motivation
Right now, the only way to achieve this workflow is by reaching into Playwright's private internals:
# Python example of the current hacky workaround
await context._impl_obj._channel.send("exposeConsoleApi", None, {})
This is undocumented, fragile, and could break in any future release. Furthermore, it forces developers to manually parse and manage the relationship between the temporary ref and the resulting stable locator, without any native support for maintaining this mapping across complex agent workflows.
If this API were officially exposed, it would create a seamless, closed-loop workflow for AI agents:
- AI Perception: Get the page state using snapshot = await page.aria_snapshot(mode="ai")
- LLM Decision: The LLM decides to interact with an element, returning a reference like ref=e5
- Resolution & Mapping...
- Action & Persistence....
Playwright has already taken a huge step forward by introducing aria_snapshot(mode="ai"). Providing a native way to resolve these ephemeral AI refs into stable locators would be the perfect companion feature. It would bridge the gap between ephemeral AI sessions and persistent, deterministic automation, making Playwright the undisputed best framework for building reliable AI web agents.
Thank you for considering this request!
- 主要语言
- Python
- 星标
- 15k
- 派生
- 1.2k
- 平均合并
- 5 天 12 小时
- 30 天内合并 PR
- 10
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
microsoft/playwright-python 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
microsoft/playwright-python#3208 ·
-
难度 2/5 1-3 小时 新手友好度 68/100
microsoft/playwright-python#3186 ·
-
难度 5/5 一周以上 新手友好度 1/100
microsoft/playwright-python#3195 ·
-
难度 3/5 1-2 天 新手友好度 72/100
microsoft/playwright-python#3188 ·
-
难度 1/5 1 小时以内 新手友好度 1/100
microsoft/playwright-python#3172 ·
查看 microsoft/playwright-python 的全部 Issue
相似的 Issue
-
area: harness bug status: needs-triage
难度 2/5 1-3 小时 新手友好度 75/100
Human-Agent-Society/reef#625 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 1/5 1 小时以内 新手友好度 80/100
learningequality/kolibri#15351 · 2 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
Name consistency 未关闭
难度 2/5 1-3 小时 新手友好度 75/100
eellak/triplestore#65 · 1 条评论 ·