LDTP  3.5.0
 All Pages
getcellsize

Syntax

getcellsize('<window name>', '<component name>', '<row>'[, '<column>'])

Description

returns the coordinates of the cell at given row and column of a table / tree table

Return values
cellsize of list (x, y, width, height) on success, else LdtpExecutionError exception

Example

With respect to Evolution Messages tree table

getcellvalue('Evolution-Mail', 'treetblMails', 2, 4)

This will return the size of 3rd message in the message list.

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


Linux Desktop Testing Project