Skip to content

Commit b8c3fbe

Browse files
wangczclaude
andcommitted
fix: remove clipboard from HarmonyOS capabilities and correct test docs
- capabilities: remove harmonyos clipboard support because uitest uiInput has no getClipboard/setClipboard commands - test docs: fix settings dark-mode → settings appearance dark - test docs: fix fling → gesture fling with correct args Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent c11484d commit b8c3fbe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/core/capabilities.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,10 @@ const COMMAND_CAPABILITY_MATRIX: Record<string, CommandCapability> = {
126126
clipboard: {
127127
apple: { simulator: true, device: true },
128128
android: { emulator: true, device: true, unknown: true },
129-
harmonyos: HARMONYOS_DEVICE,
129+
harmonyos: {},
130130
linux: LINUX_DEVICE,
131131
supports: (device) =>
132132
device.platform === 'android' ||
133-
device.platform === 'harmonyos' ||
134133
device.platform === 'linux' ||
135134
device.platform === 'macos' ||
136135
device.kind === 'simulator',

0 commit comments

Comments
 (0)