Ubuntu – the equivalent tool for AutoIt in Ubuntu

command linesoftware-recommendation

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?

Best Answer

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.