selectrow ('<window name>', '<table name>', '<value of row in first column>')
Selects the row in table whose first column's (0th column) value is same as the contents of the third argument in the function call.
- Return values:
-
| 1 | on success and 0 on error. |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/table.c http://webcvs.freedesktop.org/ldtp/ldtp/src/tree-table.c
from ldtp import *
With respect to gedit open dialog
selectrow ('dlgOpen', 'dlgFiles', 'readme')
- Author:
- Nagappan A <nagappan@gmail.com>
Linux Desktop Testing Project