getcellvalue ('<window name>', '<component name>', '<row>', '<column>')
returns the text in a cell at given row and column of a tree table
- Todo:
- Return values:
-
| cell | value of type string on success, else LdtpExecutionError exception |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/table.c Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/tree-table.c
With respect to Evolution Messages tree table
gettextvalue ('Evolution-Mail', 'treetblMails', 2, 4)
This will return the subject of 3rd message in the message list.
- Author:
- Khasim Shaheed <khasim.shaheed@gmail.com>
Premkumar J <prem.jothimani@gmail.com>
Linux Desktop Testing Project