aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 1eb57cd6064c1d9bd6e760efee0ca11f33e21614 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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 and executed like any other Python program.


News
====

See NEWS file.


Installation
============

See INSTALL file.


Dependencies
============

Python bindings for your distribution, e.g. python-apt or rpm-python

PyGObject and GNOME-Python

Applications to test, e.g. from the GNOME desktop:
    http://gnome.org/

Xvfb and xinit:
    http://xorg.freedesktop.org/

Using
=====

Currently GNOME and GTK+ applications are supported. Thanks to qt-at-spi
KDE4 and QT applications are now available too.

First, enable accessibility support in your GNOME session with:
  gsettings set org.gnome.desktop.interface toolkit-accessibility true
This only affects newly-started applications, so you may want to log out and 
log back in again.

Then, look at some of the example scripts. Run them, tweak them, write your own.

I suggest starting with gedit-test-utf8-procedural-api.py, as it's updated the
most often.

If you are using KDE instead, install the 'qt-at-spi' QT plugin and make sure
you QT_ACCESSIBILITY set to 1 throughout your environment (you can put
'export QT_ACCESSIBILITY=1' to your profile file). QT accessibility should
be stable from QT 4.8.3 onward.

Bugs
====

Please report any bugs at:
    https://fedorahosted.org/dogtail/newticket


Contact
=======

Website:
    http://dogtail.fedorahosted.org/

API Documentation:
    http://fedorapeople.org/~vhumpa/dogtail/epydoc/

IRC:
    #dogtail on irc.freenode.net

Mailing list for users:
    dogtail-list@gnome.org

Mailing list for developers:
    dogtail-devel-list@gnome.org