2

Does anyone have a detailed and accurate reference on how to install DogTail?

I tried to install it, but I come up against problems.

NYO
  • 21

1 Answers1

3

dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python.

To install python-dogtail in Ubuntu 11.10-18.04 open the terminal and type:

sudo apt -y install python-dogtail
karel
  • 114,770
Chris Wayne
  • 3,194