LDTP
2.3.1
|
getallitem('<window name>', '<combo box name>')
Get all the list of contents of a combox box as a string list.
list | of type string on success, LdtpExecutionError on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/combo-box.c
With respect to Replace dialog of gedit application
from ldtp import *
getallitem('dlgFind', 'cboSearchfor')