feat: 添加 Vben tabs-chrome 选择器支持右侧标签页
Some checks failed
AI Web Tester CI / test (push) Has been cancelled
Some checks failed
AI Web Tester CI / test (push) Has been cancelled
新增选择器: - .tabs-chrome__item (Vben Admin 标签页) - .vben-tabs-content > div - .n-tabs-tab (Naive UI) 效果: 发现 19 → 20 个元素,含 '分析概览' Tab 标签
This commit is contained in:
@@ -196,6 +196,10 @@ class FeatureExplorer:
|
|||||||
'tr[data-row-key]', // 表格可点击行
|
'tr[data-row-key]', // 表格可点击行
|
||||||
'.ant-table-row', // Ant Design 表格行
|
'.ant-table-row', // Ant Design 表格行
|
||||||
'.list-item, .list-group-item', // 列表项
|
'.list-item, .list-group-item', // 列表项
|
||||||
|
// Vben Admin / Naive UI tabs
|
||||||
|
'.tabs-chrome__item', // Vben tabs (右侧标签页)
|
||||||
|
'.vben-tabs-content > div', // Vben tabs 容器
|
||||||
|
'.n-tabs-tab', // Naive UI tabs
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const selector of selectors) {
|
for (const selector of selectors) {
|
||||||
|
|||||||
Reference in New Issue
Block a user