MCPcopy Create free account
hub / github.com/callstack/agent-device / xdotool

Function xdotool

src/platforms/linux/input-actions.ts:11–16  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

9const INPUT_TIMEOUT_MS = 10_000;
10
11async function xdotool(...args: string[]): Promise<void> {
12 await resolveLinuxToolProvider().runCommand('xdotool', args, {
13 allowFailure: false,
14 timeoutMs: INPUT_TIMEOUT_MS,
15 });
16}
17
18async function ydotool(...args: string[]): Promise<void> {
19 await resolveLinuxToolProvider().runCommand('ydotool', args, {

Callers 8

moveToFunction · 0.85
sendKeyFunction · 0.85
clickButtonFunction · 0.85
doubleClickLinuxFunction · 0.85
longPressLinuxFunction · 0.85
swipeLinuxFunction · 0.85
scrollLinuxFunction · 0.85
typeLinuxFunction · 0.85

Calls 1

resolveLinuxToolProviderFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…