LDTP
3.5.0
|
selectlastrow('<window name>', '<table name>')
Selects the last row of a table.
1 | on success, 0 otherwise. |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py
Mac: https://github.com/ldtp/pyatom/blob/master/atomac/ldtpd/table.py
Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Tree.cs
from ldtp import *
With respect to Contact List Members dialog of Contact List Editor
selectlastrow('dlgContactListMembers', 'tblContacts')