LDTP  3.5.0
 All Pages
multiremove

Syntax

multiremove('<window name>', '<table name>', ['<value of row in first column>',])

Description

Unselects the row in table whose first column's(0th column) value is same as the contents of the third argument in the function call, check for partial match if set to true, default is false.

ImplementationDetails

Return values
1on success and 0 on error.

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

from ldtp import *

With respect to gedit open dialog

multiremove('Open Files', 'tblFiles', ['monox.sh', 'rsync.sh'])

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


Linux Desktop Testing Project