diff --git a/src/agent/explorer.py b/src/agent/explorer.py index adef562..1d4290e 100644 --- a/src/agent/explorer.py +++ b/src/agent/explorer.py @@ -184,9 +184,18 @@ class FeatureExplorer: '[role="menuitem"]', // 菜单项 '[role="tab"]', // 标签页 '[role="link"]', // 角色链接 + '[role="row"]', // 表格行 '.nav-item, .menu-item', // 导航项 '[onclick]', // 点击事件 'input[type="submit"]', // 提交按钮 + // Tab 内容区域常见元素 + '.ant-tabs-tab', // Ant Design tabs + '.el-tabs__item', // Element UI tabs + '.tab-pane a, .tab-content a', // Tab 内容链接 + '.card-header, .card-title', // 卡片标题 + 'tr[data-row-key]', // 表格可点击行 + '.ant-table-row', // Ant Design 表格行 + '.list-item, .list-group-item', // 列表项 ]; for (const selector of selectors) {