Bugzilla – Attachment 284654 Details for
Bug 493094
Drop-down list window has no states
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
WinForms test script referenced in the REPRO steps. To be executed after running uia2atk/test/samples/combobox_dropdownlist.py
swfbug.py (text/plain), 552 bytes, created by
Brian Merrell
on 2009-04-08 01:08:46 UTC
(
hide
)
Description:
WinForms test script referenced in the REPRO steps. To be executed after running uia2atk/test/samples/combobox_dropdownlist.py
Filename:
MIME Type:
Creator:
Brian Merrell
Created:
2009-04-08 01:08:46 UTC
Size:
552 bytes
patch
obsolete
>#!/usr/bin/env python > >import pyatspi >import time >reg = pyatspi.Registry >desktop = reg.getDesktop(0) > >#find ipy >ipy = pyatspi.findDescendant(desktop, lambda x: x.name == 'ipy' and x.getRoleName() == 'application') > >#find combo box >cb = pyatspi.findDescendant(ipy, 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(ipy, 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