Bugzilla – Attachment 284652 Details for
Bug 493094
Drop-down list window has no states
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Gtk test script referenced in the REPRO steps. To be executed after running uia2atk/test/samples/gtkcombobox.py
gtkbug.py (text/plain), 563 bytes, created by
Brian Merrell
on 2009-04-08 01:06:42 UTC
(
hide
)
Description:
Gtk test script referenced in the REPRO steps. To be executed after running uia2atk/test/samples/gtkcombobox.py
Filename:
MIME Type:
Creator:
Brian Merrell
Created:
2009-04-08 01:06:42 UTC
Size:
563 bytes
patch
obsolete
>#!/usr/bin/env python > >import pyatspi >import time >reg = pyatspi.Registry >desktop = reg.getDesktop(0) > >#find app >app = pyatspi.findDescendant(desktop, lambda x: x.name == 'gtkcombobox.py' and x.getRoleName() == 'application') > >#find combo box >cb = pyatspi.findDescendant(app, lambda x: x.name == '' and x.getRoleName() == 'combo box') > >#perform press action >cb.queryAction().doAction(0) >time.sleep(1) > >#find the window >w = pyatspi.findDescendant(app, lambda x: x.name == '' and x.getRoleName() == 'window') > >#print the window states >print w.getState().getStates()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 493094
: 284652 |
284654