Fork me on GitHub

Organizations

@github @rss
1 results for xdotool
  • Schwierigkeitsgrad: Es kann etwas länger dauern
    In diesem Tutorial zeige ich, wie man einen Linux – Desktop via Bash steuern kann. Folgende Pakete werden für den Bash-Roboter benötigt: x – + Terminal $ apt-get install xdotool xclip Danach kann man alle xdotool-Befehle nutzen, zum Beispiel: #!/bin/bash #mouse bewegen xdotool mousemove 100 200 #Mouse - Koordinaten erfassen xdotool getmouselocation #Mouse-klick xdotool click 1 Mouse-Klick auf Koordinaten xdotool mousemove 100 200 click 1 #usw.
    bash linux robot roboter linux Created Sun, 04 Apr 2021 00:00:00 +0000