xdotool

Command-line automation for X11. More information: <https://manned.org/xdotool>.

Debian Debian
RUN apt-get update && \ apt-get install -y xdotool
Ubuntu
RUN apt-get update && \ apt-get install -y xdotool
Alpine
RUN apk add xdotool
Arch Arch Linux
RUN pacman -S --noconfirm xdotool
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y xdotool
Fedora
RUN dnf install -y xdotool
Raspbian
RUN apt-get update && \ apt-get install -y xdotool
click the source code to copy install xdotool on any operating system with command-not-found.com