LDTP
3.0.0
|
selectlastrow('<window name>', '<table name>')
Selects the last row of a table.
1 | on success, 0 otherwise. |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/table.c
from ldtp import *
With respect to Contact List Members dialog of Contact List Editor
selectlastrow('dlgContactListMembers', 'tblContacts')