LDTP  3.5.0
 All Pages
uncheckrow

Syntax

uncheckrow('<window name>', '<table name>', <row index>[, <col index>])

Description

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.

ImplementationDetails

Return values
1on success, else 0.

Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/table.py

Note
Supported only on Linux platform

Example

from ldtp import *

With respect to Categories in Appointment in Evolution

uncheckrow('dlgCategories','tblcategories',3)

Author
Bhargavi kbhar.nosp@m.gavi.nosp@m._83@y.nosp@m.ahoo.nosp@m..co.i.nosp@m.n


Linux Desktop Testing Project