selectlastrow ('<window name>', '<table name>')
Selects the last row of a table.
- Todo:
- Return values:
-
| 1 | on success, 0 otherwise. |
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/table.c
from ldtp import *
With respect to Contact List Members dialog of Contact List Editor
selectlastrow ('dlgContactListMembers', 'tblContacts')
- Author:
- Nagappan <nagappan@gmail.com>