LDTP
3.5.0
|
uncheckrow('<window name>', '<table name>', <row index>[, <col index>])
unchecks the row with the given index value in table. This can take an optional column index and perform the action on that particular column. If the column index is not given, 0 is taken as the default value.Index value starts from 0.
1 | on success, else 0. |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py
from ldtp import *
With respect to Categories in Appointment in Evolution
uncheckrow('dlgCategories','tblcategories',3)