GNOME Bugzilla – Bug 635047
'comboselect' doesn't work when specify component name listed in 'getobjectlist'
Last modified: 2010-11-18 00:54:52 UTC
For example, output of 'getobjectlist' contains 'mnuComponent' and if we specify this component name exactly in following statement, exception will be thrown: comboselect('WindowName', 'cboComponent', 'mnuComponent') Whereas using RE works fine: comboselect('WindowName', 'cboComponent', 'Component')
Fixed in git head, thanks for the bug report