What is the equivalent tool for AutoIt in Ubuntu?

8,968

Solution 1

One alternative is actionaz. You can install it with

sudo apt install actionaz

Check the Wiki here

Another alternative is xdotool. Install it with

sudo apt install xdotool

Check the documentation here.

Solution 2

You can use Sikuli.

And it seems like you can install Dogtail.

You can install it with

sudo apt-get install python-dogtail

And the documentation can help you well.

Share:
8,968

Related videos on Youtube

Antony Naveen
Author by

Antony Naveen

Updated on September 18, 2022

Comments

  • Antony Naveen
    Antony Naveen over 1 year

    I tried to install the AutoIt tool with an extension file (.exe file), but I found that a .exe file does not work in Ubuntu. I need to handle my window alert box. I need an AutoIt-like tool. What should I do? Is there an equivalent tool for AutoIt in Ubuntu?