The container class for the focused application, dialog and
widget.
|
|
|
|
|
|
|
|
button(self,
name)
A shortcut to
self.widget.findByPredicate(predicate.IsAButtonNamed(name)) |
source code
|
|
|
|
icon(self,
name)
A shortcut to self.widget(name, roleName = 'icon') |
source code
|
|
|
|
menu(self,
name)
A shortcut to
self.widget.findByPredicate(predicate.IsAMenuNamed(name)) |
source code
|
|
|
|
menuItem(self,
name)
A shortcut to
self.widget.findByPredicate(predicate.IsAMenuItemNamed(name)) |
source code
|
|
|
|
table(self,
name='')
A shortcut to self.widget(name, roleName 'table') |
source code
|
|
|
|
tableCell(self,
name='')
A shortcut to self.widget(name, roleName 'table cell') |
source code
|
|
|
|
text(self,
name='')
A shortcut to self.widget.findByPredicate(IsATextEntryNamed(name)) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__sizeof__,
__str__,
__subclasshook__
|