Web Automation Selector Picker 版本历史 - 2 个版本
Web Automation Selector Picker 作者: mfthrmdhn
Web Automation Selector Picker 版本历史 - 2 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.2.0
发布于 2026年2月21日 - 23.01 KB适用于 firefox 142.0 及更高版本v0.2.0
What's new
CSS selector alternatives panel
The CSS section now shows ranked alternative selectors with a quality score badge
and strategy label — consistent with how XPath and Playwright locators are already
displayed. Expand CSS Alternatives to see every candidate sorted from best to worst.
Improved selector ranking
All locator types (CSS, XPath, Playwright) now use a scoring formula that treats a
short selector matching multiple elements as strictly worse than a longer one
matching exactly one. The locator shown at the top is now more reliably the one
you want to copy.data-qaidattribute support
Elements that usedata-qaidas their test identifier are now fully recognised.
The picker generates correctly-scored CSS ([data-qaid="..."]), Playwright
(page.getByTestId(...)), and XPath locators for these elements.
Bug fixes- CSS score was ~36 instead of ~97 for
data-qaidselectors — the attribute
was registered in the generator but missing from the scorer lookup tables, causing
stability and specificity to fall back to the minimum default value.
源代码遵循 保留所有权利 发布
- CSS score was ~36 instead of ~97 for
较早版本
版本 0.1.0
发布于 2026年2月17日 - 62.41 KB适用于 firefox 142.0 及更高版本源代码遵循 保留所有权利 发布