LDTP  3.5.0
 All Pages
getcellvalue

Syntax

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

Description

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

Return values
cellvalue of type string on success, else LdtpExecutionError exception

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

With respect to Evolution Messages tree table

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

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

Author
Khasim Shaheed khasi.nosp@m.m.sh.nosp@m.aheed.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Premkumar J prem..nosp@m.joth.nosp@m.imani.nosp@m.@gma.nosp@m.il.co.nosp@m.m


Linux Desktop Testing Project