LDTP  2.3.1
selectlastrow

Syntax

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

Description

Selects the last row of a table.

Return values:
1on success, 0 otherwise.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/table.c

Example

from ldtp import *

With respect to Contact List Members dialog of Contact List Editor

selectlastrow('dlgContactListMembers', 'tblContacts')

Author:
Nagappan Alagappan <nagappan@gmail.com>