π¦ ClawHub
Xdotool Control
by @jeremysommerfeld8910-cpu
Mouse and keyboard automation using xdotool. Use when clicking Chrome extension icons, typing into GUI apps, switching browser tabs, automating desktop UI, o...
π‘ Examples
# Find a window
xdotool search --name "Google Chrome"Click at screen coordinates
xdotool mousemove 1800 56 click 1Type text into focused window
xdotool type "hello world"Screenshot current state
scrot /tmp/snap.png
TERMINAL
clawhub install xdotool-control