verifytablecell ('<window name>', '<table name>', '<row no>', '<column no>', '<string to be compared>')
Verifies the tablecell value with the String Passed ie., fifth argument
- Return values:
-
| 1 | on success and 0 on error. |
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/table.c
from ldtp import *
With respect to Evolution, open message
verifytablecell ('frmReadOnlyMail', 'tblcheck', 1, 1, 'xyz@yahoo.com')
- Author:
- Bhargavi <kbhargavi_83@yahoo.co.in>
verifytablecell ('<window name>', '<table name>', '<row no>','<column no>','<string to be compared>')
Verifies the tablecell value with the String Passed ie., fifth argument
- Return values:
-
Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/table.c Refer:
http://webcvs.freedesktop.org/ldtp/ldtp/src/tree-table.c
from ldtp import *
With respect to Evolution, open message
verifytablecell ('frmReadOnlyMail', 'tblcheck', 1, 1, 'xyz@yahoo.com')
- Author:
- Bhargavi <kbhargavi_83@yahoo.co.in>