Advertisement
joanmarie

interfaces

Jun 27th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. In [1]: acc.getRoleName()
  2. Out[1]: 'document frame'
  3. In [1]: acc.queryDocument()
  4. Out[2]: <pyatspi.document.Document instance at 0x338f050>
  5. In [2]: acc.queryCollection()
  6. Out[3]: <Accessible object at 0x33960a0 (AtspiAccessible at 0x355c970)>
  7. In [3]: acc.queryText()
  8. Out[4]: <pyatspi.text.Text instance at 0x1e6cab8>
  9. In [4]: acc.queryComponent()
  10. Out[5]: <Accessible object at 0x33960a0 (AtspiAccessible at 0x355c970)>
  11. In [5]: acc.queryHypertext()
  12. Out[6]: <Accessible object at 0x33960a0 (AtspiAccessible at 0x355c970)>
  13. In [6]: acc.getRoleName()
  14. Out[7]: 'menu'
  15. In [7]: acc.queryAction()
  16. Out[8]: <Accessible object at 0x3112370 (AtspiAccessible at 0x355bb50)>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement