LDTP  3.5.0
 All Pages
selectlastrow

Syntax

selectlastrow('<window name>', '<table name>')

Description

Selects the last row of a table.

Return values
1on 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

Example

from ldtp import *

With respect to Contact List Members dialog of Contact List Editor

selectlastrow('dlgContactListMembers', 'tblContacts')

Author
Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project