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

Class Action

source code

object --+
         |
        Action

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

Instance Methods [hide private]
 
__init__(self, node, action, index)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
source code
 
do(self)
Performs the given tree.Action, with appropriate delays and logging.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  types = ('click', 'press', 'release', 'activate', 'jump', 'che...
Properties [hide private]
  name
  description
  keyBinding

Inherited from object: __class__

Method Details [hide private]

__init__(self, node, action, index)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

types

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

Property Details [hide private]

name

Get Method:
unreachable.name(self)

description

Get Method:
unreachable.description(self)

keyBinding

Get Method:
unreachable.keyBinding(self)