1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: dogtail
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper (>= 9~),
python-all,
python-pyatspi,
python-setuptools
X-Python-Version: >= 2.6
Homepage: https://fedorahosted.org/dogtail/
Standards-Version: 3.9.8
Package: python-dogtail
Architecture: all
Depends:
at-spi2-core,
gir1.2-gtk-3.0,
python-apt (>= 0.7.93),
python-gi,
python-gi-cairo,
python-pyatspi,
xvfb,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends:
imagemagick,
python-celementtree | python-elementtree
Description: GUI test tool and automation framework
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.
|