Package dogtail :: Module tree :: Class Action
[hide private]
[frames] | no frames]

Class Action

source code

Class representing an action that can be performed on a specific node

Instance Methods [hide private]
 
__init__(self, node, action, index) source code
 
_getName(self) source code
 
_getDescription(self) source code
 
_getKeyBinding(self) source code
 
__str__(self) source code
 
do(self)
Performs the given tree.Action, with appropriate delays and logging.
source code
Class Variables [hide private]
  types = ('click', 'press', 'release', 'activate', 'jump', 'che...
Properties [hide private]
  name
  description
  keyBinding
Class Variable Details [hide private]

types

Value:
('click',
 'press',
 'release',
 'activate',
 'jump',
 'check',
 'dock',
 'undock',
...

Property Details [hide private]

name

Get Method:
_getName(self)

description

Get Method:
_getDescription(self)

keyBinding

Get Method:
_getKeyBinding(self)