diff --git a/docs/ja-JP/skills/windows-desktop-e2e/SKILL.md b/docs/ja-JP/skills/windows-desktop-e2e/SKILL.md index 47e70a41..a1cb2816 100644 --- a/docs/ja-JP/skills/windows-desktop-e2e/SKILL.md +++ b/docs/ja-JP/skills/windows-desktop-e2e/SKILL.md @@ -39,13 +39,13 @@ origin: ECC | フレームワーク | AutomationId | 信頼性 | 注記 | |-----------|-------------|-------------|-------| -| WPF | ★★★★★ | 優秀 | `x:Name` が直接AutomationIdにマッピング | -| WinForms | ★★★★☆ | 良好 | `AccessibleName` = AutomationId | -| UWP / WinUI 3 | ★★★★★ | 優秀 | Microsoftの完全サポート | -| Qt 6.x | ★★★★★ | 優秀 | アクセシビリティがデフォルトで有効;クラス名が `Qt6*` に変更 | -| Qt 5.15+ | ★★★★☆ | 良好 | Accessibilityモジュールが改善 | -| Qt 5.7–5.14 | ★★★☆☆ | 普通 | `QT_ACCESSIBILITY=1` が必要;objectNameは手動設定 | -| Win32 / MFC | ★★★☆☆ | 普通 | コントロールIDにアクセス可能;テキストマッチングが一般的 | +| WPF | 5/5 | 優秀 | `x:Name` が直接AutomationIdにマッピング | +| WinForms | 4/5 | 良好 | `AccessibleName` = AutomationId | +| UWP / WinUI 3 | 5/5 | 優秀 | Microsoftの完全サポート | +| Qt 6.x | 5/5 | 優秀 | アクセシビリティがデフォルトで有効;クラス名が `Qt6*` に変更 | +| Qt 5.15+ | 4/5 | 良好 | Accessibilityモジュールが改善 | +| Qt 5.7–5.14 | 3/5 | 普通 | `QT_ACCESSIBILITY=1` が必要;objectNameは手動設定 | +| Win32 / MFC | 3/5 | 普通 | コントロールIDにアクセス可能;テキストマッチングが一般的 | ## セットアップと前提条件 diff --git a/skills/windows-desktop-e2e/SKILL.md b/skills/windows-desktop-e2e/SKILL.md index 72e4d487..c9287307 100644 --- a/skills/windows-desktop-e2e/SKILL.md +++ b/skills/windows-desktop-e2e/SKILL.md @@ -39,13 +39,13 @@ Your test (Python) | Framework | AutomationId | Reliability | Notes | |-----------|-------------|-------------|-------| -| WPF | ★★★★★ | Excellent | `x:Name` maps directly to AutomationId | -| WinForms | ★★★★☆ | Good | `AccessibleName` = AutomationId | -| UWP / WinUI 3 | ★★★★★ | Excellent | Full Microsoft support | -| Qt 6.x | ★★★★★ | Excellent | Accessibility enabled by default; class names change to `Qt6*` | -| Qt 5.15+ | ★★★★☆ | Good | Improved Accessibility module | -| Qt 5.7–5.14 | ★★★☆☆ | Fair | Needs `QT_ACCESSIBILITY=1`; objectName manual | -| Win32 / MFC | ★★★☆☆ | Fair | Control IDs accessible; text matching common | +| WPF | 5/5 | Excellent | `x:Name` maps directly to AutomationId | +| WinForms | 4/5 | Good | `AccessibleName` = AutomationId | +| UWP / WinUI 3 | 5/5 | Excellent | Full Microsoft support | +| Qt 6.x | 5/5 | Excellent | Accessibility enabled by default; class names change to `Qt6*` | +| Qt 5.15+ | 4/5 | Good | Improved Accessibility module | +| Qt 5.7–5.14 | 3/5 | Fair | Needs `QT_ACCESSIBILITY=1`; objectName manual | +| Win32 / MFC | 3/5 | Fair | Control IDs accessible; text matching common | ## Setup & Prerequisites