selectlastrow

Syntax

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

Description

Selects the last row of a table.

Implementation

Todo:
Return values:
1 on success, 0 otherwise.
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/table.c

Example

from ldtp import *

With respect to Contact List Members dialog of Contact List Editor

selectlastrow ('dlgContactListMembers', 'tblContacts')

Author:
Nagappan <nagappan@gmail.com>


Linux Desktop Testing Project